diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-04 15:45:08 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-03-04 15:45:08 +0100 |
commit | d8affb33dde34727e5e68b95319552acfaac8d6f (patch) | |
tree | 5ea9a46ab28a06ea3fd0357449fe575ae567ba1e /test/vcpe/vcpe.py | |
parent | 3c5ea1248eb56b6ddb123bde7b66c726288bba28 (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/vcpe.py')
-rwxr-xr-x | test/vcpe/vcpe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vcpe/vcpe.py b/test/vcpe/vcpe.py index fc853ae35..9ecda81d2 100755 --- a/test/vcpe/vcpe.py +++ b/test/vcpe/vcpe.py @@ -254,7 +254,7 @@ def tmp_sniro(): config_sniro(vcpecommon, svc_instance_uuid['gmux'], svc_instance_uuid['brgemu']) -def test(): +def test(): vcpecommon = VcpeCommon(cfg_file=args.config) print("oom-k8s-04 public ip: %s" % (vcpecommon.get_vm_public_ip_by_nova('oom-k8s-04'))) |