Commit 039d40a3 by jiaqiying

zhushi

parent f83301d9
......@@ -32,6 +32,7 @@ def request_main(url, headers, method, data):
def get_case_dir(product_name):
"""根据传入的产品名来运行对应产品的测试用例目录"""
test_case_dir = BaseConfig.default_test_case_dir
if product_name == BMCConfig.name:
test_case_dir = BMCConfig.test_case_dir
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment