diff options
Diffstat (limited to 'test/vcpe/get_info.py')
-rwxr-xr-x | test/vcpe/get_info.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/vcpe/get_info.py b/test/vcpe/get_info.py index 71efd183c..f86cfb204 100755 --- a/test/vcpe/get_info.py +++ b/test/vcpe/get_info.py @@ -18,8 +18,3 @@ vcpecommon = VcpeCommon(cfg_file=args.config) nodes=['brg', 'bng', 'mux', 'dhcp'] hosts = vcpecommon.get_vm_ip(nodes) print(json.dumps(hosts, indent=4, sort_keys=True)) - - - - - |