Skip to content

Commit

Permalink
test: fix integration tests [run-int-tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz committed Apr 15, 2024
1 parent 6ef57d7 commit d757982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/test_poller_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,11 @@ def setup_small_walk(request):
}
update_profiles(profile)
update_file([f"{trap_external_ip},,2c,public,,,20,walk1,f,"], "inventory2.yaml")
upgrade_helm(["inventory.yaml", "profiles.yaml"])
upgrade_helm(["inventory2.yaml", "profiles.yaml"])
time.sleep(30)
yield
update_file([f"{trap_external_ip},,2c,public,,,20,walk1,f,t"], "inventory2.yaml")
upgrade_helm(["inventory.yaml"])
upgrade_helm(["inventory2.yaml"])
time.sleep(20)


Expand Down

0 comments on commit d757982

Please sign in to comment.