Add vEPC infrastructure for Landslide TG 69/62269/4
authorOrest Voznyy <orestx.voznyy@intel.com>
Thu, 13 Sep 2018 10:30:08 +0000 (13:30 +0300)
committerOrest Voznyy <orestx.voznyy@intel.com>
Sat, 15 Sep 2018 00:40:08 +0000 (03:40 +0300)
commitc5841cf2694247dd9f63df362d742f0902439ecc
tree00bc7310833d50a4973b23c2470646d2f456e463
parent04429fcdfc3f0efea9b3055e8d1f1e3c0b6f06e2
Add vEPC infrastructure for Landslide TG

1. Add yardstick topology and model for fully emulated environment.
2. Add support for black-box testing of real vEPC VNF vs Spirent Landslide
   traffic generator:
     - vEPC VNF pod file
     - topology and model files aware of vEPC VNF connection to Spirent
       Landslide TG
     - stub class for vEPC VNF, and related unit tests

JIRA: YARDSTICK-1424

Change-Id: If7b6d19919679347c4360f4a0f2e420716e7fd2d
Signed-off-by: Orest Voznyy <orestx.voznyy@intel.com>
etc/yardstick/nodes/standalone/pod_vepc_sut.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vepc/landslide_tg_topology.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/vepc/vepc_vnf_topology_landslide.yaml [new file with mode: 0644]
samples/vnf_samples/vnf_descriptors/tg_landslide_tpl.yaml [new file with mode: 0644]
samples/vnf_samples/vnf_descriptors/vepc_vnf.yaml [new file with mode: 0644]
yardstick/network_services/vnf_generic/vnf/epc_vnf.py [new file with mode: 0644]
yardstick/tests/unit/network_services/vnf_generic/vnf/test_epc_vnf.py [new file with mode: 0644]