From ec9fe0e5a07ac2cdb650cd5cc9a9c883122da780 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Mon, 12 Nov 2018 12:37:12 -0500 Subject: Fix brg image and usage Issue-ID: INT-717 Change-Id: Ia3a4247548d820f5f00eaff480cfba07e21008a5 Signed-off-by: Brian Freeman --- test/vcpe/vcpe.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/vcpe/vcpe.py') 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('----------------------------------------------------------------------------------------------------') -- cgit 1.2.3-korg