run_openstack_test.sh: source authentication file
Source authentication file before calling each tempest test. This fixes problems with "Connection refused" caused by openstack.keystone authentication. Change-Id: I7d4184ec9d52f23d354103a1f45ecfac71bc9b97 Signed-off-by: Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13553 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Michal Berger <michal.berger@intel.com> Reviewed-by: Pawel Piatek <pawelx.piatek@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
cd1b7ab0e7
commit
03d4502003
@ -19,6 +19,10 @@ function finish_test() {
|
||||
} || :
|
||||
}
|
||||
|
||||
function tox() {
|
||||
source /opt/stack/devstack/openrc "$(type -P tox)" "$@"
|
||||
}
|
||||
|
||||
$rootdir/scripts/gen_nvme.sh --json-with-subsystems > $testdir/conf.json
|
||||
|
||||
nvmfappstart -m 0x3 -p 0 -s 1024 --json $testdir/conf.json
|
||||
|
Loading…
Reference in New Issue
Block a user