diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-17 14:30:37 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-12 01:27:05 +0000 |
commit | c08c1be0b799aa9b247dbb7135d541ed44471698 (patch) | |
tree | 982698cd8253ee638304bcc013e0492d16c0efa9 /docs/submodules | |
parent | 688c8dd22bcb4724894f962dc4ce2562ff1c1f30 (diff) |
Update git submodules
* Update docs/submodules/yardstick from branch 'master'
- heat: allow overriding Heat/Neutron private IP for DPDK tests
For some L2/L3 DPDK testcases we need to use a custom
IP address space different from what Heat provides.
These testcases require port_security_enabled = False so
Neutron should allow for unrestricted L2 traffic.
This will work because we bind the ports to DPDK and thus
don't need DHCP.
vnf_0:
floating_ip: true
placement: "pgrp1"
network_ports:
mgmt:
- mgmt
uplink_0:
- xe0:
local_ip: 10.44.0.20
netmask: 255.255.255.0
downlink_0:
- xe1:
local_ip: 10.44.0.30
netmask: 255.255.255.0
Also fixup flake8 errors in unittests
Change-Id: Id29dfffa692f16fb1f526d208db43e476e2f7830
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'docs/submodules')
m--------- | docs/submodules/yardstick | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick -Subproject 2085fd018074c2687ade484b9d7087173ea4f1c +Subproject ec6a90d449f8b1ab2b17083188ec65f75ab7818 |