mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 03:17:54 +00:00
added testrails as an optional argument, cleaned the directories, added functionality of multiclient
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
7
libs/testrails/reporting.py
Normal file
7
libs/testrails/reporting.py
Normal file
@@ -0,0 +1,7 @@
|
||||
class Reporting:
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def update_testrail(self, case_id=None, run_id=None, status_id=1, msg=None):
|
||||
pass
|
||||
Reference in New Issue
Block a user