From 91b18eadfb2ca83d9291281210342dfefa7694b2 Mon Sep 17 00:00:00 2001 From: zhongjun Date: Wed, 30 Aug 2017 14:30:26 +0800 Subject: 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 --- tests/data/openrc_conf/admin-openrc.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/data/openrc_conf/admin-openrc.sh (limited to 'tests/data/openrc_conf/admin-openrc.sh') 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 -- cgit 1.2.3-korg