-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mariia Azbeleva <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,25 @@ Set Variables | |
Set Global Variable ${APPFLOWY_VM} appflowy-vm | ||
Set Global Variable ${BUSINESS_VM} business-vm | ||
|
||
Set Log Level NONE | ||
|
||
Set Global Variable ${PLUG_USERNAME} [email protected] | ||
Set Global Variable ${LOGIN} ghaf | ||
${result} Run Process sh -c cat /run/secrets/dut-pass shell=true | ||
Set Global Variable ${PASSWORD} ghaf | ||
${result} Run Process sh -c cat /run/secrets/plug-pass shell=true | ||
Set Global Variable ${PLUG_PASSWORD} ${result.stdout} | ||
${result} Run Process sh -c cat /run/secrets/switch-token shell=true | ||
Set Global Variable ${SWITCH_TOKEN} ${result.stdout} | ||
${result} Run Process sh -c cat /run/secrets/switch-secret shell=true | ||
Set Global Variable ${SWITCH_SECRET} ${result.stdout} | ||
${result} Run Process sh -c cat /run/secrets/wifi-ssid shell=true | ||
Set Global Variable ${TEST_WIFI_SSID} ${result.stdout} | ||
${result} Run Process sh -c cat /run/secrets/wifi-password shell=true | ||
Set Global Variable ${TEST_WIFI_PSWD} ${result.stdout} | ||
|
||
Set Log Level INFO | ||
|
||
IF $BUILD_ID != '${EMPTY}' | ||
${config}= Read Config ../config/${BUILD_ID}.json | ||
Set Global Variable ${JOB} ${config['Job']} | ||
|