aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_cases/opnfv_yardstick_tc040.yaml
blob: 0a6dee656a5bbdeeb6436ba874f9aba42b9246bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
# Yardstick TC040 config file
# Running Parser Yang-to-Tosca module as a tool, validating output against expected outcome

schema: "yardstick:task:0.1"


scenarios:
-
  type: Parser
  options:
    yangfile:  /home/opnfv/repos/yardstick/samples/yang.yaml
    toscafile: /home/opnfv/repos/yardstick//samples/tosca.yaml

  runner:
    type: Iteration
    iterations: 1
    interval: 1

context:
  type: Dummy
pan class="l l-Scalar l-Scalar-Plain">controller - compute sys_intf_mappings: - name: mgmt interface: eth1 vlan_tag: 101 type: vlan role: - controller - compute - name: storage interface: eth1 vlan_tag: 102 type: vlan role: - controller - compute - name: external interface: br-prv type: ovs role: - controller - compute ip_settings: - name: mgmt ip_ranges: - - "172.16.1.1" - "172.16.1.254" cidr: "172.16.1.0/24" role: - controller - compute - name: storage ip_ranges: - - "172.16.2.1" - "172.16.2.254" cidr: "172.16.2.0/24" role: - controller - compute - name: external ip_ranges: - - "192.168.11.10" - "192.168.11.15" cidr: "192.168.11.0/24" gw: "192.168.11.1" role: - controller - compute internal_vip: ip: 172.16.1.222 netmask: "24" interface: mgmt public_vip: ip: 192.168.11.18 netmask: "24" interface: external onos_nic: eth2 public_net_info: enable: True network: ext-net type: flat segment_id: 1000 subnet: ext-subnet provider_network: physnet router: router-ext enable_dhcp: False no_gateway: False external_gw: "192.168.11.1" floating_ip_cidr: "192.168.11.0/24" floating_ip_start: "192.168.11.30" floating_ip_end: "192.168.11.100"