Add vBNG PPPoE test cases functionality 13/63213/17
authorSerhiy Pshyk <serhiyx.pshyk@intel.com>
Fri, 5 Oct 2018 16:50:38 +0000 (17:50 +0100)
committerOleksandr Naumets <oleksandrx.naumets@intel.com>
Fri, 7 Dec 2018 08:25:28 +0000 (08:25 +0000)
commit0f087977e39bee0a24f06c16e1b69b7400eb2f0f
treeb263a3024c1b7833fe011482e4cc0b1b29ca4010
parenta8a59b333db0b2aa1e3a9f3ee8002096fb92b3f1
Add vBNG PPPoE test cases functionality

Added vBNG PPPoE test cases functionality which allows to:
- create and configure access network connections (PPPoE subscribers);
- create and configure core network connections;
- configure and run traffic between access and core network
  topologies.

JIRA: YARDSTICK-1508

Change-Id: I90975505fe7318227a837d97e8db4a06712de7eb
Signed-off-by: Serhiy Pshyk <serhiyx.pshyk@intel.com>
Signed-off-by: Oleksandr Naumets <oleksandrx.naumets@intel.com>
samples/vnf_samples/nsut/bng/tc_bng_pppoe_rfc2544_ixia_4port_IMIX.yaml [new file with mode: 0644]
samples/vnf_samples/nsut/bng/tc_bng_pppoe_rfc2544_ixia_IMIX.yaml [new file with mode: 0644]
samples/vnf_samples/traffic_profiles/ixia_ipv4_latency.yaml
samples/vnf_samples/traffic_profiles/ixia_ipv4_latency_vbng-4.yaml [new file with mode: 0644]
yardstick/network_services/libs/ixia_libs/ixnet/ixnet_api.py
yardstick/network_services/vnf_generic/vnf/sample_vnf.py
yardstick/network_services/vnf_generic/vnf/tg_rfc2544_ixia.py
yardstick/tests/unit/network_services/libs/ixia_libs/test_ixnet_api.py
yardstick/tests/unit/network_services/vnf_generic/vnf/test_tg_rfc2544_ixia.py