Compare commits
2 commits
06043e438e
...
6943166a2c
Author | SHA1 | Date | |
---|---|---|---|
6943166a2c | |||
f097de64c7 |
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
port = consulConfig["ports"]["http"]
|
||||
setEnv = f"CONSUL_HTTP_ADDR={addr}:{port}"
|
||||
memberList = machine.succeed(f"{setEnv} consul members --status=alive")
|
||||
for machine2 in machines:
|
||||
for machine2 in nodes:
|
||||
assert machine2.name in memberList
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue