diff options
author | Yang Xu <yang.xu3@huawei.com> | 2018-11-22 10:56:52 -0500 |
---|---|---|
committer | Yang Xu <yang.xu3@huawei.com> | 2018-11-22 16:04:42 +0000 |
commit | 9f935b29ee41f455922efcd7467a02ca0384a9e7 (patch) | |
tree | dba99dc65f6a5b4ec348d2a925003d362ee02f6a /test/vcpe/loop.py | |
parent | 5f85af35b6435da9f28ca6097a6ff152ef87ed0c (diff) |
Change vgw module name for vCPE test script
Change-Id: I17308f23812cc1a335155fd4e9e789bed04dec00
Issue-ID: INT-717
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'test/vcpe/loop.py')
-rwxr-xr-x | test/vcpe/loop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vcpe/loop.py b/test/vcpe/loop.py index ad5879715..d0243960e 100755 --- a/test/vcpe/loop.py +++ b/test/vcpe/loop.py @@ -25,7 +25,7 @@ hosts = cpecommon.get_vm_ip(nodes) custom.del_vgmux_ves_mode(hosts['mux']) time.sleep(2) custom.del_vgmux_ves_collector(hosts['mux']) -exit() +#exit() time.sleep(2) logging.info('Setting vGMUX DCAE collector IP address') |