From 6ca7eb5a67ae67bb15e759e81f005c8cae9087d4 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Wed, 24 Feb 2021 14:00:46 -0800 Subject: [PATCH] correct the testgroup del_group command Signed-off-by: Matthew Stidham --- py-scripts/regression_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh index 89f49c89..608cd410 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -30,7 +30,7 @@ function testgroup_list_connections { ./scenario.py --load test_l3_scenario_throughput;./testgroup.py --group_name group1 --add_group --add_cx cx0000,cx0001,cx0002 --remove_cx cx0003 --show_group --debug } function testgroup_delete_group { - ./scenario.py --load test_l3_scenario_throughput;./testgroup.py --group_name group1 --add_group --add_cx cx0000,cx0001,cx0002 --remove_cx cx0003 --del_group group1 --debug + ./scenario.py --load test_l3_scenario_throughput;./testgroup.py --group_name group1 --add_group --add_cx cx0000,cx0001,cx0002 --remove_cx cx0003;./testgroup.py --group_name group1--del_group --debug } #Test array testCommands=(