diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-04-20 16:03:44 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-04-21 00:01:59 +0200 |
commit | ef62824e0471d07a4a3a40c401fc433070d961c6 (patch) | |
tree | 6d1bd61e7d49446ba1b1a52bb9978e1c5b88173c /testcases/config_functest.yaml | |
parent | 3a85a34474a9d7a9384f22bce35e7b81177830e3 (diff) |
Fix Flake8 Violations in the Functest scripts
JIRA: FUNCTEST-213
Change-Id: I66c02dd6ff12ffb9798ebe44a4cfe7bfc73e76c3
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index d9432316c..9884523a1 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -34,7 +34,7 @@ general: image_file_name: cirros-0.3.4-x86_64-disk.img image_disk_format: qcow2 - #Private network for functest. Will be created by config_functest.py + # Private network for functest. Will be created by config_functest.py neutron_private_net_name: functest-net neutron_private_subnet_name: functest-subnet neutron_private_subnet_cidr: 192.168.120.0/24 @@ -45,7 +45,7 @@ general: vping: ping_timeout: 200 - vm_flavor: m1.small #adapt to your environment + vm_flavor: m1.small # adapt to your environment vm_name_1: opnfv-vping-1 vm_name_2: opnfv-vping-2 image_name: functest-vping |