mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-11 22:55:17 +00:00
Code will need changing next, this is pure rename. Signed-off-by: Ben Greear <greearb@candelatech.com>
33 lines
930 B
INI
33 lines
930 B
INI
[pytest]
|
|
addopts= --junitxml=test_everything.xml
|
|
# jFrog parameters
|
|
jfrog-base-url=https://tip.jfrog.io/artifactory/tip-wlan-ap-firmware/
|
|
jfrog-user-id=tip-read
|
|
jfrog-user-password=tip-read
|
|
# Cloud SDK parameters
|
|
sdk-base-url=https://wlan-portal-svc.cicd.lab.wlan.tip.build
|
|
sdk-user-id=support@example.com
|
|
sdk-user-password=support
|
|
# Testrails parameters
|
|
testrail-base-url=https://telecominfraproject.testrail.com
|
|
testrail-project=opsfleet-wlan
|
|
testrail-user-id=gleb@opsfleet.com
|
|
testrail-user-password=use_command_line_to_pass_this
|
|
# LANforge
|
|
lanforge-ip-address=localhost
|
|
lanforge-port-number=8080
|
|
lanforge-radio=wiphy4
|
|
lanforge-ethernet-port=eth2
|
|
|
|
# Cloud SDK settings
|
|
customer-id=2
|
|
# equipment ID is unique for each AP, have to be told what to use or query it based on other info.
|
|
equipment-id=-1
|
|
|
|
markers =
|
|
featureA: marks tests as slow (deselect with '-m "not slow"')
|
|
featureB
|
|
featureC
|
|
featureD
|
|
featureE
|