Skip to content

Commit

Permalink
DON'T MERGE: Debug TestMachinesNetworks.testNetworkState on fedora-ra…
Browse files Browse the repository at this point in the history
…whide
  • Loading branch information
skobyda committed Oct 13, 2023
1 parent 41dc9be commit c13ff43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/check-machines-networks
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ class TestMachinesNetworks(VirtualMachinesCase):
b.wait_visible(f"#activate-network-test_network2-{connectionName}")
b.click(f"#activate-network-test_network2-{connectionName}")
b.wait_in_text(f"#network-test_network2-{connectionName}-state", "active")
print(m.execute("virsh net-info test_network2"))
# check virsh state
wait(lambda: "yes" == m.execute("virsh net-info test_network2 | grep 'Active:' | awk '{print $2}'").strip(), tries=5)

Expand Down

0 comments on commit c13ff43

Please sign in to comment.