aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/vcpe.py
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-10-17 10:44:39 +0200
committerMarco Platania <platania@research.att.com>2019-10-18 12:38:48 +0000
commit304628b2fce5cc45a9c61ab6029db3028e87b904 (patch)
tree6dd09e2db26a7b0f15d2c0d633f51494c9354ddc /test/vcpe/vcpe.py
parentb969dafa44fb228a236a359e3767973ae5702f24 (diff)
Add usage description for 'noloss' option
Change-Id: I454d21fe90511d20e1e25a62bb2943ccd59e52c6 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1325
Diffstat (limited to 'test/vcpe/vcpe.py')
-rwxr-xr-xtest/vcpe/vcpe.py3
1 files changed, 2 insertions, 1 deletions
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: