summaryrefslogtreecommitdiffstats
path: root/tests/data/openrc_conf/admin-openrc.sh
diff options
context:
space:
mode:
authorzhongjun <zhong.jun@zte.com.cn>2017-08-30 14:30:26 +0800
committerzhongjun <zhong.jun@zte.com.cn>2017-08-30 16:06:52 +0800
commit91b18eadfb2ca83d9291281210342dfefa7694b2 (patch)
tree41b2563e1c6e925b10ac3fffeda9d05b46bfb895 /tests/data/openrc_conf/admin-openrc.sh
parent1cf9f49c5167d7bbf4969ed9146599c73a73fbcc (diff)
Add some test case in test_post_execute.py
1.add some test case in test_post_execute.py. 2.rename test_execute.py to test_prepare_execute.py and add clearup handle in test function. Change-Id: I1ed27ce6f0a5ba8bbd56544ae8d53e14f7daa9ea Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
Diffstat (limited to 'tests/data/openrc_conf/admin-openrc.sh')
-rw-r--r--tests/data/openrc_conf/admin-openrc.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/openrc_conf/admin-openrc.sh b/tests/data/openrc_conf/admin-openrc.sh
new file mode 100644
index 00000000..3db0bcf3
--- /dev/null
+++ b/tests/data/openrc_conf/admin-openrc.sh
@@ -0,0 +1,9 @@
+export OS_PROJECT_DOMAIN_NAME=Default
+export OS_USER_DOMAIN_NAME=Default
+export OS_PROJECT_NAME=admin
+export OS_TENANT_NAME=admin
+export OS_USERNAME=admin
+export OS_PASSWORD=keystone
+export OS_AUTH_URL=http://10.20.11.11:35357/v3
+export OS_INTERFACE=internal
+export OS_IDENTITY_API_VERSION=3