Commit 59107553bdc2ba86cf8dc22ba9ff38672db9dbcb
1 parent
c0b70d4e
Rename suite variable `${broker}` into `${BROKER}`
Showing
2 changed files
with
3 additions
and
3 deletions
... | ... | @@ -60,7 +60,7 @@ Set Suite Variable With Default Value |
60 | 60 | |
61 | 61 | |
62 | 62 | Завантажуємо дані про користувачів і майданчики |
63 | - Log ${broker} | |
63 | + Log ${BROKER} | |
64 | 64 | Log ${role} |
65 | 65 | # Suite variable; should be present in every test suite |
66 | 66 | # in `*** Variables ***` section |
... | ... | @@ -89,7 +89,7 @@ Set Suite Variable With Default Value |
89 | 89 | ... WARN |
90 | 90 | Set Suite Variable With Default Value |
91 | 91 | ... ${role} |
92 | - ... ${BROKERS['${broker}'].roles.${role}} | |
92 | + ... ${BROKERS['${BROKER}'].roles.${role}} | |
93 | 93 | |
94 | 94 | # Set default value for each role if it is not set yet; |
95 | 95 | # fill `used_users`; | ... | ... |
Please
register
or
login
to post a comment