diff options
author | 2016-01-29 12:48:00 +0000 | |
---|---|---|
committer | 2016-02-01 22:38:12 +0000 | |
commit | d7d8103d8bfdf572241d7db9c24414f1664ec8f8 (patch) | |
tree | 41059aedc9ecb082b64b96ed3a53d2412e375cc4 /opnfv-creds.sh | |
parent | 7dedbc3f2ed05380110aa885f01a59885beb8758 (diff) |
Test_case name included in final json result file
Change-Id: Ic4059dd58d2c5c4e9f8a00a1c419dce0994bc1bc
Signed-off-by: Nauman Ahad <nauman.ahad@xflowresearch.com>
(cherry picked from commit 6bfa54e98b06fdd3daf9d26f9a66545402e9252c)
Diffstat (limited to 'opnfv-creds.sh')
-rw-r--r-- | opnfv-creds.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/opnfv-creds.sh b/opnfv-creds.sh deleted file mode 100644 index 54d5aa3a..00000000 --- a/opnfv-creds.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -export LC_ALL=C -export OS_NO_CACHE='true' -export OS_TENANT_NAME='admin' -export OS_USERNAME='admin' -export OS_PASSWORD='admin' -export OS_AUTH_URL='http://172.18.1.5:5000/v2.0' -export OS_AUTH_STRATEGY='keystone' -export OS_REGION_NAME='RegionOne' -export CINDER_ENDPOINT_TYPE='internalURL' -export GLANCE_ENDPOINT_TYPE='internalURL' -export KEYSTONE_ENDPOINT_TYPE='internalURL' -export NOVA_ENDPOINT_TYPE='internalURL' -export NEUTRON_ENDPOINT_TYPE='internalURL' -export OS_ENDPOINT_TYPE='internalURL' -export MURANO_REPO_URL='http://storage.apps.openstack.org/' |