mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-15 01:26:20 +00:00
36 lines
2.3 KiB
Plaintext
36 lines
2.3 KiB
Plaintext
# This assumes you have ssh tunnels set up as suggested in ../tools/USAGE_EXAMPLES.txt
|
|
|
|
# Attempt to run pytest against nola-12. Doesn't work, cloud is down, but of course maybe more problems too.
|
|
|
|
pytest test_24ghz.py --testrail-user-id NONE --ap-jumphost-address localhost --ap-jumphost-port 8823 \
|
|
--ap-jumphost-password pumpkin77 --ap-jumphost-tty /dev/ttyAP1 --lanforge-ip-address localhost --lanforge-port-number 8822 \
|
|
--default-ap-profile TipWlan-2-Radios --sdk-base-url https://wlan-portal-svc-nola-01.cicd.lab.wlan.tip.build \
|
|
--skip-radius --skip-wpa --verbose --testbed "NOLA-12c" --ssid-5g-wpa2 Default-SSID-5gl --psk-5g-wpa2 12345678 \
|
|
--ssid-2g-wpa2 Default-SSID-2g --psk-2g-wpa2 12345678 --mode bridge --access-points wf188n
|
|
|
|
|
|
# Run nightly against NOLA-01
|
|
|
|
./Nightly_Sanity.py --testrail-user-id NONE --model ecw5410 --ap-jumphost-address localhost --ap-jumphost-port 8803 \
|
|
--ap-jumphost-password pumpkin77 --ap-jumphost-tty /dev/ttyAP1 --skip-upgrade True --testbed "NOLA-01h" \
|
|
--lanforge-ip-address localhost --lanforge-port-number 8802 --default_ap_profile TipWlan-2-Radios \
|
|
--skip_radius --lanforge-2g-radio 1.1.wiphy4 --lanforge-5g-radio 1.1.wiphy5 \
|
|
--sdk-base-url https://wlan-portal-svc-nola-01.cicd.lab.wlan.tip.build
|
|
|
|
|
|
# Run nightly against NOLA-04 from lab-ctlr itself.
|
|
|
|
./Nightly_Sanity.py --testrail-user-id NONE --model ecw5410 --ap-jumphost-address localhost --ap-jumphost-port 22 \
|
|
--ap-jumphost-password pumpkin77 --ap-jumphost-tty /dev/ttyAP4 --skip-upgrade True --testbed "NOLA-04ben" \
|
|
--lanforge-ip-address lf4 --lanforge-port-number 8080 --default_ap_profile TipWlan-2-Radios \
|
|
--skip_radius --lanforge-2g-radio 1.1.wiphy4 --lanforge-5g-radio 1.1.wiphy5 \
|
|
--sdk-base-url https://wlan-portal-svc-nola-04.cicd.lab.wlan.tip.build
|
|
|
|
# Run nightly against NOLA-04 from dev machine with ssh tunnel.
|
|
|
|
./Nightly_Sanity.py --testrail-user-id NONE --model ecw5410 --ap-jumphost-address localhost --ap-jumphost-port 8813 \
|
|
--ap-jumphost-password pumpkin77 --ap-jumphost-tty /dev/ttyAP4 --skip-upgrade True --testbed "NOLA-04ben" \
|
|
--lanforge-ip-address localhost --lanforge-port-number 8812 --default_ap_profile TipWlan-2-Radios \
|
|
--skip_radius --lanforge-2g-radio 1.1.wiphy4 --lanforge-5g-radio 1.1.wiphy5 \
|
|
--sdk-base-url https://wlan-portal-svc-nola-04.cicd.lab.wlan.tip.build
|