X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=systest%2Flib%2Fopenstack%2Ffixtures.py;h=e6953b7fbd4ad95c69810397b6304d3cbbf553f2;hb=f834e20a75108f81506e62e7139de95ad8e81002;hp=7c1ec7f53ea6e4b575853c49338d592e7db51b1d;hpb=0e4186c7cd788b09bff3ce164d9c55eba42f2048;p=osm%2Fdevops.git diff --git a/systest/lib/openstack/fixtures.py b/systest/lib/openstack/fixtures.py index 7c1ec7f5..e6953b7f 100644 --- a/systest/lib/openstack/fixtures.py +++ b/systest/lib/openstack/fixtures.py @@ -28,10 +28,10 @@ def openstack_add_options(parser): def openstack(request): from lib.openstack import openstack access = {} - access['os-url'] = request.config.getoption("--os-url") - access['os-username'] = request.config.getoption("--os-username") - access['os-password'] = request.config.getoption("--os-password") - access['os-project-name'] = request.config.getoption("--os-project-name") + access['vim-url'] = request.config.getoption("--os-url") + access['vim-username'] = request.config.getoption("--os-username") + access['vim-password'] = request.config.getoption("--os-password") + access['vim-tenant-name'] = request.config.getoption("--os-project-name") access['vim-type'] = 'openstack' access['description'] = 'pytest system test'