Files
wlan-testing/tests/pytest.ini
shivamcandela 5520143441 sonfiguration and readme fixes
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-04-20 23:57:25 +05:30

34 lines
535 B
INI

[pytest]
python_files = test_*.py setup_*.py
norecursedirs = .svn _build tmp*
addopts= --junitxml=test_everything.xml
num_stations=1
# Cloud SDK settings
sdk-customer-id=2
# 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