Add option to allow user to pass vpe_script 43/65143/4
authorJohn O Loughlin <john.oloughlin@intel.com>
Thu, 15 Nov 2018 11:19:37 +0000 (11:19 +0000)
committerJohn O Loughlin <john.oloughlin@intel.com>
Tue, 27 Nov 2018 16:58:47 +0000 (16:58 +0000)
commit9e3f6bd7080c1b39b51047a97a9f0907d8658d05
tree1a38b9989713030154c37073d7294085f2e63df5
parent11bfaf23160da0f0391a2152dddb19b3a0bae766
Add option to allow user to pass vpe_script

Add option to allow user to pass their own vpe_script

vpe_script will be auto-generated by default.

To use your own config file use the 'script' parameter in the config file

vnf_config: { file: './vpe_config/vpe_config_2_ports',
              action_bulk_file: './vpe_config/action_bulk_512.txt',
              full_tm_profile_file: './vpe_config/full_tm_profile_10G.cfg',
              script_file: './vpe_config/vpe_script_sample }

JIRA: YARDSTICK-1525

Change-Id: Ie23e5705f4c0475e858be73b8a504a7df8898828
Signed-off-by: John O Loughlin <john.oloughlin@intel.com>
samples/vnf_samples/nsut/vpe/tc_baremetal_rfc2544_ipv4_1flow_64B_ixia.yaml
samples/vnf_samples/nsut/vpe/vpe_config/action_bulk_512.txt
samples/vnf_samples/nsut/vpe/vpe_config/vpe_config_2_ports
samples/vnf_samples/nsut/vpe/vpe_config/vpe_script_sample [new file with mode: 0644]
yardstick/network_services/vnf_generic/vnf/sample_vnf.py
yardstick/network_services/vnf_generic/vnf/vpe_vnf.py