diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-12-26 02:40:16 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2018-01-03 03:12:21 +0000 |
commit | 8de60bdcef739269105c9aaadec7b520d401d80a (patch) | |
tree | 106b57bbc9c4bb3dd84af6b7dd526251d682513c /functest/ci | |
parent | da6845fa3817bbdb25506e3185b4e8b81917bc99 (diff) |
Configure physical_network when creating network
When the network_type is vlan, configuring physical_network
and segmentation_id should be supported by snaps.
JIRA: SNAPS-252
Change-Id: I2d3270a82991230385fdc18889ed5c5e979672b5
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/config_functest.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index a40d80f2..ac8e3799 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -62,6 +62,11 @@ snaps: centos: disk_file: /home/opnfv/functest/images/CentOS-7-x86_64-GenericCloud.qcow2 + # netconf_override: + # network_type: vlan + # physical_network: physnet2 + # segmentation_id: 2366 + # All of these values are optional and will override the values retrieved # by the RC file # os_creds_override: |