diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2017-05-22 10:23:55 +0800 |
---|---|---|
committer | yuyang <Gabriel.yuyang@huawei.com> | 2017-05-23 11:39:37 +0800 |
commit | 95748aca5de2e906b0f555e7dbf3829e397d6415 (patch) | |
tree | 784bbcbcf35b99958e1f55f699adeaccd729f41a /config | |
parent | 6a8257127b3dce1f18a650afe6921a34b6c6f5b8 (diff) |
Add test name check function and cleanup
JIRA: BOTTLENECK-158
Add test case/story name check and cleanup environment option.
Change-Id: I07609c089ca78b0d2760c09c0312d7d1106c815a
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/__init__.py | 0 | ||||
-rw-r--r-- | config/bottlenecks_cfg.yaml | 10 |
2 files changed, 0 insertions, 10 deletions
diff --git a/config/__init__.py b/config/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/config/__init__.py +++ /dev/null diff --git a/config/bottlenecks_cfg.yaml b/config/bottlenecks_cfg.yaml deleted file mode 100644 index 32624d16..00000000 --- a/config/bottlenecks_cfg.yaml +++ /dev/null @@ -1,10 +0,0 @@ -############################################################################## -# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -suite_prefix_config: /home/opnfv/bottlenecks/testsuites |