X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=systest%2Flib%2Fopenstack%2Ffixtures.py;h=e6953b7fbd4ad95c69810397b6304d3cbbf553f2;hb=d1e08b9b92f83e299f84f6ae2117111ec8999a21;hp=7c1ec7f53ea6e4b575853c49338d592e7db51b1d;hpb=08f042835a504f0bafe1cb83fc8f5008502ade78;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'