From 39342467e5e647ae605f40bed04c5a3b3bc50f5e Mon Sep 17 00:00:00 2001 From: Mofassir Arif Date: Tue, 22 Dec 2015 04:17:57 -0800 Subject: Restructured QTIP directories and CLI I have changed the arguments for the CLI and now QTIP takes a file along withthe name of the lab to run on Right now only the config files for the dell lab have been added, These will increase when we make QTIP available for other labs. I have also added the provision of changing the public network from the config file and some leftover files from previous verisons have been remove Change-Id: Ifeb01d80099eab06dc77a7b2e07097ebb17a13a2 Signed-off-by: Mofassir Arif --- test_list/compute.txt | 2 ++ test_list/network.txt | 0 test_list/storage.txt | 0 3 files changed, 2 insertions(+) create mode 100644 test_list/compute.txt create mode 100644 test_list/network.txt create mode 100644 test_list/storage.txt (limited to 'test_list') diff --git a/test_list/compute.txt b/test_list/compute.txt new file mode 100644 index 00000000..30d904e3 --- /dev/null +++ b/test_list/compute.txt @@ -0,0 +1,2 @@ +dpi_parallel.yaml +ssl_parallel.yaml diff --git a/test_list/network.txt b/test_list/network.txt new file mode 100644 index 00000000..e69de29b diff --git a/test_list/storage.txt b/test_list/storage.txt new file mode 100644 index 00000000..e69de29b -- cgit 1.2.3-korg