commit | 9b2d08a5b85678836ca0bb6f90cd7bc2e98e28db | [log] [tgz] |
---|---|---|
author | Daniele Moro <daniele@opennetworking.org> | Thu Oct 21 11:46:32 2021 +0200 |
committer | Daniele Moro <daniele@opennetworking.org> | Thu Oct 21 11:46:32 2021 +0200 |
tree | fcf756309099094200696ba8cde5288c158b27fc | |
parent | f811f9f475569aa38ad9ffa4130aa565c7d489b6 [diff] |
Fix bug in setup QOS Mobile tests Change-Id: Ibab87e5d6398982d50bb75fc77adeab98532632c
diff --git a/TestON/tests/USECASE/SegmentRouting/QOS/dependencies/QOSTest.py b/TestON/tests/USECASE/SegmentRouting/QOS/dependencies/QOSTest.py index fcb4b7c..6fc1ba9 100644 --- a/TestON/tests/USECASE/SegmentRouting/QOS/dependencies/QOSTest.py +++ b/TestON/tests/USECASE/SegmentRouting/QOS/dependencies/QOSTest.py
@@ -20,7 +20,7 @@ up4 = UP4() trex = Trex() # Get the P4RT client connected to UP4 in the first available ONOS instance - up4.setup(main.Cluster.active(0).p4rtUp4) + up4.setup(main.Cluster.active(0).p4rtUp4, no_host=True) trex.setup(main.TRexClient) main.step("Program PDRs and FARs via UP4")