From 304628b2fce5cc45a9c61ab6029db3028e87b904 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 17 Oct 2019 10:44:39 +0200 Subject: Add usage description for 'noloss' option Change-Id: I454d21fe90511d20e1e25a62bb2943ccd59e52c6 Signed-off-by: Bartek Grzybowski Issue-ID: INT-1325 --- test/vcpe/vcpe.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/vcpe/vcpe.py b/test/vcpe/vcpe.py index 9c533a065..3677e80a3 100755 --- a/test/vcpe/vcpe.py +++ b/test/vcpe/vcpe.py @@ -229,7 +229,8 @@ if __name__ == '__main__': print(' vcpe.py infra: Deploy infrastructure, including DHCP, AAA, DNS, Web Server, vBNG, vGMUX, vBRG.') print(' vcpe.py brg: Deploy brg only (for testing after infra succeeds).') print(' vcpe.py customer: Deploy customer service, including vGW and VxLANs') - print(' vcpe.py loop: Test closed loop control') + print(' vcpe.py loop: Test closed loop control (packet loss set to 22)') + print(' vcpe.py noloss: Set vGMUX packet loss to 0') print('----------------------------------------------------------------------------------------------------') if len(sys.argv) != 2: -- cgit 1.2.3-korg