sonfiguration and readme fixes

Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
shivamcandela
2021-04-20 23:57:25 +05:30
parent 711a7ea4d4
commit 5520143441
2 changed files with 2 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ def instantiate_project(request, instantiate_testrail, testbed, get_latest_firmw
rid = "skip testrails"
else:
projId = instantiate_testrail.get_project_id(project_name=request.config.getini("tr_project_id"))
test_run_name = "TIP_" + testbed + "_" + str(
test_run_name = request.config.getini("tr_prefix") + testbed + "_" + str(
datetime.date.today()) + "_" + get_latest_firmware
instantiate_testrail.create_testrun(name=test_run_name, case_ids=list(TEST_CASES.values()), project_id=projId,
milestone_id=request.config.getini("milestone"),

View File

@@ -21,6 +21,7 @@ tr_url=https://telecominfraproject.testrail.com
tr_user=cicd@tip.com
tr_pass=Open$Wifi123
tr_project_id=WLAN
tr_prefix=TIP_
milestone=29