From 6ea6c76805a35d5ff8f31d9336d20925dd86e26f Mon Sep 17 00:00:00 2001 From: zhongjun Date: Thu, 19 Oct 2017 15:57:22 +0800 Subject: Add the unit test file test_tempest.py 1.Add the unit test file test_tempest.py and related test data file daisyrc_admin, test stub file daisyclient_stub.py for tempest.py 2.modify the tempest.py to adapt the unit test. Change-Id: Ice92ed5a01a049a1a828f7f9e13979bda4b026b7 Signed-off-by: zhongjun --- tests/data/daisy_conf/daisyrc_admin | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/data/daisy_conf/daisyrc_admin (limited to 'tests/data') diff --git a/tests/data/daisy_conf/daisyrc_admin b/tests/data/daisy_conf/daisyrc_admin new file mode 100644 index 00000000..7909a6a4 --- /dev/null +++ b/tests/data/daisy_conf/daisyrc_admin @@ -0,0 +1 @@ +export OS_ENDPOINT=http://10.20.11.2:19292 \ No newline at end of file -- cgit 1.2.3-korg