Skip to content

Commit

Permalink
Adding DPDK info in sanity_testbed.json
Browse files Browse the repository at this point in the history
Adding DPDK info in sanity_testbed.json for automation
Closes-bug:1567082
Change-Id: Iff78282188a5e3267b78c3ddcadfefc9577a2cac
  • Loading branch information
Chhandak committed Apr 11, 2016
1 parent 05afb1c commit 86c54ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fabfile/tasks/tester.py
Expand Up @@ -58,6 +58,7 @@ def setup_test_env():
'tor':[],
'vcenter_servers':[],
'sriov':[],
'dpdk':[],
}

sample_ini_file = env.test_repo_dir + '/' + 'sanity_params.ini.sample'
Expand Down Expand Up @@ -216,6 +217,9 @@ def setup_test_env():
if env.has_key('sriov'):
sanity_testbed_dict['sriov'].append(env.sriov)

#get dpdk info
if env.has_key('dpdk'):
sanity_testbed_dict['dpdk'].append(env.dpdk)
# for every host_string
with settings(host_string = cfgm_host):
repo_dir_name = env.test_repo_dir.split('/')[-1]
Expand Down

0 comments on commit 86c54ee

Please sign in to comment.