Adding ping based sample VNF appliance 25/26625/4
authorDeepak S <deepak.s@linux.intel.com>
Fri, 30 Dec 2016 17:23:49 +0000 (09:23 -0800)
committerDeepak S <deepak.s@linux.intel.com>
Thu, 19 Jan 2017 02:58:49 +0000 (08:28 +0530)
commit8b15550fd60efc464aa19589cc0ea638ded20f3d
treeb2254ab2de360c9c4bfeca09a01bea27f64a7771
parentc1d6fd53c49a2cc5c0a7eab82e15dcf1a08f4e32
Adding ping based sample VNF appliance

This patch defines
 - Generic VNF APIs to test Network service
--> instantiate
--> collect_kpi
--> run_traffic
--> listen_traffic
--> terminate
 - vnf Descriptor to map the physical NFVi topology of the Test unit.

JIRA: YARDSTICK-491
Change-Id: I6b7e09972fc536977b65d8a19d635a220815e5f3
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
tests/unit/network_services/traffic_profile/test_fixed.py [new file with mode: 0644]
tests/unit/network_services/vnf_generic/vnf/test_tg_ping.py [new file with mode: 0644]
yardstick/network_services/traffic_profile/fixed.py [new file with mode: 0644]
yardstick/network_services/vnf_generic/vnf/tg_ping.py [new file with mode: 0644]