mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
46 lines
937 B
Markdown
46 lines
937 B
Markdown
# LANForge Python Scripts
|
|
This directory contains python scripts useful for unit-tests. It uses
|
|
libraries in ../py-json.
|
|
|
|
#### Scripts included are:
|
|
|
|
|
|
|
|
* cicd_TipIntegration.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:
|
|
|
|
* sta_connect.py:
|
|
|
|
* sta_connect2.py:
|
|
|
|
* sta_connect_example.py:
|
|
|
|
* sta_connect_multi_example.py:
|
|
|
|
* stations_connected.py:
|
|
|
|
* test_ipv4_connection.py:
|
|
|
|
* test_ipv6_connection.py:
|
|
|
|
* test_ipv4_variable_time.py:
|
|
|
|
* test_wanlink.py:
|
|
|
|
* vap_stations_example.py:
|
|
|
|
|