summaryrefslogtreecommitdiffstats
path: root/dovetail/utils/local_db/init_db.py
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-09-26 20:54:15 -0400
committerxudan <xudan16@huawei.com>2017-09-26 20:54:15 -0400
commitcfa745cef28fa98f31e84947c2b8a8fb4d28fece (patch)
tree8a78a0e1e5d403427057c0168873ab80a16c39b8 /dovetail/utils/local_db/init_db.py
parent6f47c82d4b6f830863ff1330163d869baa6c7eec (diff)
Update the script for building local DB and testapi
1. When test dovetail, users can build local DB and testapi to store and report the results. 2. The script for building local DB and testapi needs some updates. JIRA: DOVETAIL-507 Change-Id: I8bc96bfea27f424468cafaa2e05894065ef44ad9 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/utils/local_db/init_db.py')
-rw-r--r--dovetail/utils/local_db/init_db.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/dovetail/utils/local_db/init_db.py b/dovetail/utils/local_db/init_db.py
index 2aac6fc5..25ef2f36 100644
--- a/dovetail/utils/local_db/init_db.py
+++ b/dovetail/utils/local_db/init_db.py
@@ -36,9 +36,6 @@ def pod():
for p in pods:
post(target, p)
- add_pod('master', 'metal')
- add_pod('virtual_136_2', 'virtual')
-
def project():
target = '{}/projects'.format(target_url)