mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-07 21:01:37 +00:00
[WIFI-5119] Dbg: added printing exit code on digicert-change-ap-redirector in uc_sanity
This commit is contained in:
2
.github/workflows/uc_sanity.yml
vendored
2
.github/workflows/uc_sanity.yml
vendored
@@ -198,6 +198,7 @@ jobs:
|
||||
for id in $(echo -e 'from configuration import CONFIGURATION\nfor ap in CONFIGURATION["${{ matrix.testbed }}"]["access_point"]: print(ap["serial"])' | python3)
|
||||
do
|
||||
./wlan-pki-cert-scripts/digicert-change-ap-redirector.sh $id "${{ needs.deploy-controller.outputs.gateway_url }}"
|
||||
echo "Exit code - $?"
|
||||
done
|
||||
|
||||
- name: factory reset APs
|
||||
@@ -479,6 +480,7 @@ jobs:
|
||||
for id in $(echo -e 'from configuration import CONFIGURATION\nfor ap in CONFIGURATION["${{ matrix.testbed }}"]["access_point"]: print(ap["serial"])' | python3)
|
||||
do
|
||||
./wlan-pki-cert-scripts/digicert-change-ap-redirector.sh $id gw-qa01.cicd.lab.wlan.tip.build
|
||||
echo "Exit code - $?"
|
||||
done
|
||||
|
||||
- name: factory reset APs
|
||||
|
||||
Reference in New Issue
Block a user