diff options
author | marvinYu <weifei.yu@intel.com> | 2020-03-19 22:16:30 +0800 |
---|---|---|
committer | Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> | 2020-05-26 00:34:11 +0000 |
commit | 2f86e8e5364339b539313931d7faaf9f9c3896a4 (patch) | |
tree | 94c0df766f48ead3d31dfb48bd730cb2fd45de0b /kud/tests/_common.sh | |
parent | cb00c733fc29c715f1f30cbf50534a0811575d7f (diff) |
Updating multus, SRIOV and nfd test cases
Updating some AddOn test cases and add README.md file.
Issue-ID: MULTICLOUD-1037
Signed-off-by: marvinYu <weifei.yu@intel.com>
Change-Id: Iee2c31207cf2cd37fb8119bceef286aa887079f9
Diffstat (limited to 'kud/tests/_common.sh')
-rwxr-xr-x | kud/tests/_common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kud/tests/_common.sh b/kud/tests/_common.sh index 8da7471e..c7cd898b 100755 --- a/kud/tests/_common.sh +++ b/kud/tests/_common.sh @@ -46,6 +46,7 @@ protected_net_cidr='192.168.20.0/24' protected_private_net_cidr='192.168.10.0/24' onap_private_net_cidr='10.10.0.0/16' sink_ipaddr='192.168.20.250' +multus_private_net_cidr='10.20.0.0/16' # populate_CSAR_containers_vFW() - This function creates the content of CSAR file # required for vFirewal using only containers |