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