Adding sample testcases to run on standalone context 29/42529/13
authorDeepak S <deepak.s@linux.intel.com>
Tue, 19 Sep 2017 19:35:39 +0000 (12:35 -0700)
committerDeepak S <deepak.s@linux.intel.com>
Tue, 3 Oct 2017 22:46:55 +0000 (15:46 -0700)
commitd8dc3f702466a5de095e1bc4d6c980e4e52e945a
tree8a6f3b7df559eec0c04bddda56a41bee5943a606
parentdd3cbc21dfb505ea70dd3574869c1fb33b7de956
Adding sample testcases to run on standalone context

- vFW
- vCGNAPT
- vACL
- UDP Replay
- vPE (Only OVS supported)

Change-Id: Idbc4d1d6bc1283e40d2fcb9457a871a9198ad147
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
25 files changed:
etc/yardstick/nodes/standalone/baremetal_trex.yaml [new file with mode: 0644]
etc/yardstick/nodes/standalone/host_ovs.yaml [new file with mode: 0644]
etc/yardstick/nodes/standalone/host_sriov.yaml [new file with mode: 0644]
etc/yardstick/nodes/standalone/pod_bm_trex_template.yaml [new file with mode: 0644]
etc/yardstick/nodes/standalone/pod_ovs_template.yaml [new file with mode: 0644]
etc/yardstick/nodes/standalone/pod_sriov_template.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/acl/tc_ovs_rfc2544_ipv4_1rule_1flow_64B_ixia.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/acl/tc_ovs_rfc2544_ipv4_1rule_1flow_64B_trex.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/acl/tc_sriov_rfc2544_ipv4_1rule_1flow_64B_ixia.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/acl/tc_sriov_rfc2544_ipv4_1rule_1flow_64B_trex.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/cgnapt/tc_ovs_rfc2544_ipv4_1rule_1flow_64B_ixia.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/cgnapt/tc_ovs_rfc2544_ipv4_1rule_64B_trex.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/cgnapt/tc_sriov_rfc2544_ipv4_1rule_1flow_64B_ixia.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/cgnapt/tc_sriov_rfc2544_ipv4_1rule_64B_trex.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/udp_replay/tc_ovs_rfc2544_ipv4_1rule_64B_trex.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/udp_replay/tc_sriov_rfc2544_ipv4_1rule_64B_trex.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vfw/tc_ovs_rfc2544_ipv4_1rule_1flow_64B_ixia.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vfw/tc_ovs_rfc2544_ipv4_1rule_1flow_64B_trex.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vfw/tc_sriov_rfc2544_ipv4_1rule_1flow_64B_ixia.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vfw/tc_sriov_rfc2544_ipv4_1rule_1flow_64B_trex.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vpe/tc_ovs_rfc2544_ipv4_1rule_64B_ixia.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vpe/tc_ovs_rfc2544_ipv4_1rule_64B_trex.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/ixia_ipv4_latency_cgnapt.yaml [new file with mode: 0644]
samples/vnf_samples/vnf_descriptors/vfw_vnf.yaml
yardstick/resources/scripts/install/ovs_deploy.bash [new file with mode: 0755]