aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/get_info.py
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-04 15:45:08 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-04 15:45:08 +0100
commitd8affb33dde34727e5e68b95319552acfaac8d6f (patch)
tree5ea9a46ab28a06ea3fd0357449fe575ae567ba1e /test/vcpe/get_info.py
parent3c5ea1248eb56b6ddb123bde7b66c726288bba28 (diff)
Fix pylint trailing whitespaces issues in vcpe python scripts
Change-Id: I8b1dbdb7bf5d2d12d0104dcabc200b8827b6fb8a Issue-ID: INT-1427 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'test/vcpe/get_info.py')
-rwxr-xr-xtest/vcpe/get_info.py5
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))
-
-
-
-
-