Update check- to see what posted

This commit is contained in:
DiptiDhond-Candela
2020-06-30 10:59:28 -07:00
committed by GitHub
parent f92e4fae29
commit 62002ebbb6

View File

@@ -8,9 +8,17 @@ libraries in ../py-json.
* cicd_TipIntegration.py:
* cicd_testrail.py:
* cicd_testrail.py:
** function send_get: Issues a GET request (read) against the API.
** function send_post: Issues a write against the API.
** function __send_request:
** function get_project_id: Gets the project ID using the project name
** function get_run_id: Gets the run ID using test name and project name
** function update_testrail: Update TestRail for a given run_id and case_id
* cicd_testrailAndInfraSetup.py:
** class GetBuild:
***
* run_cv_scenario.py:
@@ -26,6 +34,8 @@ libraries in ../py-json.
* test_ipv4_connection.py:
* test_ipv6_connection.py:
* test_ipv4_variable_time.py:
* test_wanlink.py: