mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-02 03:48:09 +00:00
sonfiguration and readme fixes
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -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"),
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user