X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=test%2FRO_tests%2Fv3_2vdu_set_ip_mac%2Fscenario_2vdu_set_ip_mac.yaml;fp=test%2FRO_tests%2Fv3_2vdu_set_ip_mac%2Fscenario_2vdu_set_ip_mac.yaml;h=0000000000000000000000000000000000000000;hb=7d782eff123e5b44d41437377ccca66ad1e8b21b;hp=fb7607990887deaf209a74de0a0e2174f2dcae4b;hpb=5db670b68349fd1f00a5efc8c0ccd0ef9d073dca;p=osm%2FRO.git diff --git a/test/RO_tests/v3_2vdu_set_ip_mac/scenario_2vdu_set_ip_mac.yaml b/test/RO_tests/v3_2vdu_set_ip_mac/scenario_2vdu_set_ip_mac.yaml deleted file mode 100644 index fb760799..00000000 --- a/test/RO_tests/v3_2vdu_set_ip_mac/scenario_2vdu_set_ip_mac.yaml +++ /dev/null @@ -1,84 +0,0 @@ -nsd:nsd-catalog: - nsd: - - id: test_2vdu_nsd - name: test_2vdu_nsd_name - short-name: test_2vdu_nsd_sname - description: 2 vnfs, eatch one with 3 cirros vdu - vendor: OSM - version: '1.0' - - # Place the logo as png in icons directory and provide the name here - logo: osm_2x.png - - # Specify the VNFDs that are part of this NSD - constituent-vnfd: - # The member-vnf-index needs to be unique, starting from 1 - # vnfd-id-ref is the id of the VNFD - # Multiple constituent VNFDs can be specified - - member-vnf-index: 1 - vnfd-id-ref: test_2vdu - - member-vnf-index: 2 - vnfd-id-ref: test_2vdu2 - - ip-profiles: - - description: Inter VNF Link - ip-profile-params: - gateway-address: 10.31.31.254 - ip-version: ipv4 - subnet-address: 10.31.31.0/24 - dns-server: - - address: 8.8.8.8 - - address: 8.8.8.9 - dhcp-params: - count: 200 - start-address: 10.31.31.20 - name: ipprofileA - - description: IP profile that disables dhcp server - ip-profile-params: - dhcp-params: - enabled: 'false' - ip-version: ipv4 - name: no_dhcp - - vld: - # Networks for the VNFs - - id: vld1 - name: mgmt - short-name: vld1-sname - type: ELAN - mgmt-network: 'true' - vnfd-connection-point-ref: - - member-vnf-index-ref: 1 - vnfd-id-ref: test_2vdu - vnfd-connection-point-ref: eth0 - - member-vnf-index-ref: 2 - vnfd-id-ref: test_2vdu2 - vnfd-connection-point-ref: eth0 - - - id: vld2 - name: nsd-vld2 - short-name: vld2-sname - type: ELAN - ip-profile-ref: ipprofileA - vnfd-connection-point-ref: - - member-vnf-index-ref: 1 - vnfd-id-ref: test_2vdu - vnfd-connection-point-ref: eth1 - ip-address: 10.31.31.4 - - member-vnf-index-ref: 2 - vnfd-id-ref: test_2vdu2 - vnfd-connection-point-ref: eth1 - ip-address: 10.31.31.5 - - - id: vld3 - name: nsd-vld3 - short-name: vld3-sname - type: ELAN - ip-profile-ref: no_dhcp - vnfd-connection-point-ref: - - member-vnf-index-ref: 1 - vnfd-id-ref: test_2vdu - vnfd-connection-point-ref: eth4 - - member-vnf-index-ref: 2 - vnfd-id-ref: test_2vdu2 - vnfd-connection-point-ref: eth4