mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-12-25 23:17:03 +00:00
* WIFI-10050: Removed the influx params from ini file Signed-off-by: shivam <shivam.thakur@candelatech.com> * WIFI-10050: Removed influx params from lab_info.json Signed-off-by: shivam <shivam.thakur@candelatech.com> * added influx params option in configuration.py * Added try and except to setup_influx Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Replaced USB0 with AP2 Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Fixed UnboundLocalError Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Added print statement Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Added try and except Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> * Removed try and except and Also Import influx_params Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com> Co-authored-by: jitendracandela <jitendra.kushavah@candelatech.com>
38 lines
664 B
INI
38 lines
664 B
INI
[pytest]
|
|
python_files = test_*.py setup_*.py
|
|
norecursedirs = .svn _build tmp*
|
|
addopts= --junitxml=test_everything.xml
|
|
log_format = %(asctime)s %(levelname)s %(message)s
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
;norecursedirs=out build
|
|
num_stations=1
|
|
|
|
|
|
# Cloud SDK settings
|
|
sdk-customer-id=2
|
|
|
|
#fIRMWARE Option
|
|
firmware=0
|
|
|
|
# Radius Settings
|
|
radius_server_ip=192.168.200.75
|
|
radius_port=1812
|
|
radius_secret=testing123
|
|
|
|
|
|
# Testrail Info
|
|
tr_url=https://telecominfraproject.testrail.com
|
|
tr_user=cicd@tip.com
|
|
tr_pass=Open$Wifi123
|
|
tr_project_id=WLAN
|
|
tr_prefix=TIP_
|
|
milestone=29
|
|
|
|
|
|
|
|
filterwarnings=ignore::UserWarning
|
|
|
|
markers=sanity: Run the sanity for Client Connectivity test
|
|
|
|
|