X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=test%2FRO_tests%2Fsimple_linux%2Fscenario_simple_linux.yaml;h=b6cff705ae6f52dc3aff49f8dee83ddc7f1b22ae;hb=1fa49b16e92ff2e4f512ccc466fdc3dff31559e4;hp=4ad320dfc08691dddd35096e01e1c2891367499b;hpb=c5293def02d95ed4ee086dd8842437b76ec05c4e;p=osm%2FRO.git diff --git a/test/RO_tests/simple_linux/scenario_simple_linux.yaml b/test/RO_tests/simple_linux/scenario_simple_linux.yaml index 4ad320df..b6cff705 100644 --- a/test/RO_tests/simple_linux/scenario_simple_linux.yaml +++ b/test/RO_tests/simple_linux/scenario_simple_linux.yaml @@ -19,16 +19,28 @@ # contact with: nfvlabs@tid.es ## --- -schema_version: 2 -scenario: - name: simple - description: Simple network scenario consisting of a single VNF connected to an external network - vnfs: - linux1: # vnf/net name in the scenario - vnf_name: linux # VNF name as introduced in OPENMANO DB - networks: - mgmt: # provide a name for this net or connection - external: true - interfaces: - - linux1: eth0 # Node and its interface +nsd:nsd-catalog: + nsd: + - id: simple + name: simple + vendor: OSM + version: '1.0' + description: Simple network scenario consisting of a single VNF connected to an external network + 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: linux + 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: linux + vnfd-connection-point-ref: eth0