Skip to content

Commit

Permalink
Merge pull request #88 from tiiuae/change_plug_account
Browse files Browse the repository at this point in the history
Change plug username
  • Loading branch information
azbeleva authored Nov 6, 2024
2 parents ae5b675 + 42fb0c3 commit addcdb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ghaf-hw-test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def ghaf_robot_test(String testname='boot') {
-v DEVICE_TYPE:$DEVICE_TAG \
-v LOGIN:ghaf \
-v PASSWORD:$DUT_PASS \
-v PLUG_USERNAME:ville-pekka.juntunen@unikie.com \
-v PLUG_USERNAME:ghaftester@gmail.com \
-v PLUG_PASSWORD:$PLUG_PASS \
-v SWITCH_TOKEN:$SW_TOKEN \
-v SWITCH_SECRET:$SW_SECRET \
Expand Down
2 changes: 1 addition & 1 deletion ghaf-parallel-hw-test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def ghaf_robot_test(String testname='boot') {
-v DEVICE_TYPE:$DEVICE_TAG \
-v LOGIN:ghaf \
-v PASSWORD:$DUT_PASS \
-v PLUG_USERNAME:ville-pekka.juntunen@unikie.com \
-v PLUG_USERNAME:ghaftester@gmail.com \
-v PLUG_PASSWORD:$PLUG_PASS \
-v SWITCH_TOKEN:$SW_TOKEN \
-v SWITCH_SECRET:$SW_SECRET \
Expand Down
2 changes: 1 addition & 1 deletion tests/x-ghaf-hw-test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def ghaf_robot_test(String test_tags) {
-v DEVICE_TYPE:$DEVICE_TAG \
-v LOGIN:ghaf \
-v PASSWORD:$DUT_PASS \
-v PLUG_USERNAME:ville-pekka.juntunen@unikie.com \
-v PLUG_USERNAME:ghaftester@gmail.com \
-v PLUG_PASSWORD:$PLUG_PASS \
-v SWITCH_TOKEN:$SW_TOKEN \
-v SWITCH_SECRET:$SW_SECRET \
Expand Down

0 comments on commit addcdb8

Please sign in to comment.