Skip to content

Commit

Permalink
ovn-tester: extend density_light testing for ovn-ic (NOT completed)
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
  • Loading branch information
LorenzoBianconi committed Jul 6, 2023
1 parent 0a3aa0d commit 53b69bc
Show file tree
Hide file tree
Showing 11 changed files with 207 additions and 157 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 53b69bc

Please sign in to comment.