Skip to content

Commit

Permalink
ovn-tester: extend density_light testing for ovn-ic
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Bianconi <[email protected]>
  • Loading branch information
LorenzoBianconi committed Jul 6, 2023
1 parent 0a3aa0d commit 9571f55
Show file tree
Hide file tree
Showing 11 changed files with 212 additions and 162 deletions.
3 changes: 1 addition & 2 deletions ovn-tester/ovn_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ def run_base_cluster_bringup(clusters, bringup_cfg, global_cfg):

clusters = prepare_test(central_nodes, worker_nodes, cluster_cfg, brex_cfg)
run_base_cluster_bringup(clusters, bringup_cfg, global_cfg)
# FIXME run workloads for all clusters
for test in tests:
test.run(clusters[0], global_cfg)
test.run(clusters, global_cfg)
sys.exit(0)
Loading

0 comments on commit 9571f55

Please sign in to comment.