aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/vcpe.py
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2018-11-12 12:37:12 -0500
committerBrian Freeman <bf1936@att.com>2018-11-12 12:37:23 -0500
commitec9fe0e5a07ac2cdb650cd5cc9a9c883122da780 (patch)
tree8e8f72d1abb9b94eb5fefa7dbcdb34fd6a042989 /test/vcpe/vcpe.py
parenta605bc77c111af04e82d84edf41415b0cad46fab (diff)
Fix brg image and usage
Issue-ID: INT-717 Change-Id: Ia3a4247548d820f5f00eaff480cfba07e21008a5 Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'test/vcpe/vcpe.py')
-rwxr-xr-xtest/vcpe/vcpe.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vcpe/vcpe.py b/test/vcpe/vcpe.py
index b8b7108d1..81e45f334 100755
--- a/test/vcpe/vcpe.py
+++ b/test/vcpe/vcpe.py
@@ -196,6 +196,7 @@ if __name__ == '__main__':
# print(' vcpe.py sdc: Onboard VNFs, design and distribute vCPE services (under development)')
print(' vcpe.py init: Add customer service data to SDNC and SO DBs.')
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('----------------------------------------------------------------------------------------------------')