Added traffic update capability to Ixload TG 01/61901/10
authorMyron Sosyak <myronx.sosyak@intel.com>
Thu, 6 Sep 2018 09:29:13 +0000 (10:29 +0100)
committerTaras Chornyi <tarasx.chornyi@intel.com>
Thu, 11 Oct 2018 08:46:01 +0000 (08:46 +0000)
commitdcf8aa87f04ffd14f0cab5b39fa1915627824cad
tree36b2dfbc6a3ffef1a9f8b04bc8dd39524d94fd06
parent00f9e63336b0af1e11dc4048e74cba0fb690e906
Added traffic update capability to Ixload TG

Allow yardstick to update IP/MAX of Net traffic

- Implemented functionality for updating traffics IP/MAC address
  in ixloadconfiguration.
- Extended http_ixload.py with functions for update IP/MAC
  address of netTraffic.
- In HTTP-vFW_IPv4_2Ports_Concurrency.rxf changed name's of
  networks from "client network" to "uplink_0 and the same for
  server

JIRA: YARDSTICK-1418

Change-Id: I28ef68b77466fff15af589954e3ef63e8099428f
Signed-off-by: Myron Sosyak <myronx.sosyak@intel.com>
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
samples/vnf_samples/traffic_profiles/http_tests/HTTP_1b-requests_65000_concurrency.yaml
samples/vnf_samples/traffic_profiles/vfw/HTTP-vFW_IPv4_2Ports_Concurrency.rxf
yardstick/common/exceptions.py
yardstick/network_services/traffic_profile/http.py
yardstick/network_services/traffic_profile/http_ixload.py
yardstick/network_services/vnf_generic/vnf/tg_ixload.py
yardstick/tests/unit/network_services/traffic_profile/test_http.py
yardstick/tests/unit/network_services/traffic_profile/test_http_ixload.py
yardstick/tests/unit/network_services/vnf_generic/vnf/test_tg_ixload.py