Skip to content

Commit

Permalink
Improves Login and Password values for Molecule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Apr 22, 2024
1 parent 368d6d4 commit 01c081a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@
vars:
mt_runner_bt_mt5_config:
Common:
Login: "{{ ansible_facts.env.MT_RUNNER_MT5_LOGIN }}"
Password: "{{ ansible_facts.env.MT_RUNNER_MT5_PASSWORD }}"
Server: MetaQuotes-Demo
Tester:
Deposit: 10000
ExecutionMode: 0
Expert: Advisors\EA31337-Libre-v1.013.ex5
FromDate: 2024.01.01
Leverage: 1:500
Login: "{{ ansible_facts.env.MT_RUNNER_MT5_LOGIN }}"
Model: 1
Report: report.html
ReplaceReport: 1
Expand Down
4 changes: 3 additions & 1 deletion molecule/mt4/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
name: ea31337.mt_runner
vars:
mt_runner_bt_mt4_config:
Login: "{{ ansible_facts.env.MT_RUNNER_MT4_LOGIN }}"
Password: "{{ ansible_facts.env.MT_RUNNER_MT4_PASSWORD }}"
Profile: default
Server:
TestExpert: MACD Sample.ex4
Expand All @@ -15,9 +17,9 @@
TestPeriod: M15
TestReport: report.html
TestShutdownTerminal: true
TestSpread: 10
TestSymbol: EURUSD
TestToDate: 2020.01.11
TestSpread: 10
# noqa: var-naming[no-role-prefix]
metatrader_setup_url: |
https://download.mql5.com/cdn/web/3315/mt4/xm4setup.exe
Expand Down
1 change: 1 addition & 0 deletions molecule/mt5-ea/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
Expert: EA31337-Elite-v3.000-rc1.ex5
FromDate: 2024.01.01
Leverage: 1:500
Login: "{{ ansible_facts.env.MT_RUNNER_MT5_LOGIN }}"
Model: 1
Period: M15
Report: report.html
Expand Down

0 comments on commit 01c081a

Please sign in to comment.