Merge lp:~psivaa/ue-qa-kernel-tests-infrastructure/panda-renaming into lp:ue-qa-kernel-tests-infrastructure

Proposed by Para Siva
Status: Merged
Merged at revision: 340
Proposed branch: lp:~psivaa/ue-qa-kernel-tests-infrastructure/panda-renaming
Merge into: lp:ue-qa-kernel-tests-infrastructure
Diff against target: 53 lines (+14/-24)
1 file modified
kernel-sru/arm-sru-utils.sh (+14/-24)
To merge this branch: bzr merge lp:~psivaa/ue-qa-kernel-tests-infrastructure/panda-renaming
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+157339@code.launchpad.net

Description of the change

The change is to follow suit the panda reallocations and renaming them in m-o.

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

+1

Revision history for this message
Paul Larson (pwlars) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'kernel-sru/arm-sru-utils.sh'
--- kernel-sru/arm-sru-utils.sh 2013-01-25 17:06:52 +0000
+++ kernel-sru/arm-sru-utils.sh 2013-04-05 12:04:28 +0000
@@ -66,25 +66,17 @@
66 local TESTHOST=$166 local TESTHOST=$1
67 d_msg "## finding out which CDU controls power for the machine"67 d_msg "## finding out which CDU controls power for the machine"
68 case $TESTHOST in68 case $TESTHOST in
69 panda-1-es)69 qa-panda-1)
70 CDU_NAME=PandaBoard_1_ES70 CDU_NAME=qa_panda_1
71 CDU_HOST=10.97.0.1471 CDU_HOST=10.97.0.30
72 ;;72 ;;
73 panda-2-es)73 qa-panda-2)
74 CDU_NAME=PandaBoard_2_ES74 CDU_NAME=qa_panda_2
75 CDU_HOST=10.97.0.1475 CDU_HOST=10.97.0.30
76 ;;76 ;;
77 panda-3-es)77 qa-panda-3)
78 CDU_NAME=PandaBoard_3_ES78 CDU_NAME=qa_panda_3
79 CDU_HOST=10.97.0.1479 CDU_HOST=10.97.0.30
80 ;;
81 panda-4-es)
82 CDU_NAME=PandaBoard_4_A4
83 CDU_HOST=10.97.0.14
84 ;;
85 panda-5-es)
86 CDU_NAME=PandaBoard_5_A4
87 CDU_HOST=10.97.0.14
88 ;;80 ;;
89 Onibi|Onza|Zmeu|Zuijin)81 Onibi|Onza|Zmeu|Zuijin)
90 CDU_NAME=$TESTHOST82 CDU_NAME=$TESTHOST
@@ -523,11 +515,9 @@
523 #515 #
524 # the associative array below goes hand-in-hand with the entries under /var/www/bamboo-preseeds with the same MAC516 # the associative array below goes hand-in-hand with the entries under /var/www/bamboo-preseeds with the same MAC
525 declare -A PXE_TABLE517 declare -A PXE_TABLE
526 PXE_TABLE['panda-1-es']="01-2e-60-43-d9-49-01"518 PXE_TABLE['qa-panda-1']="01-2e-60-4d-6a-4e-01"
527 PXE_TABLE['panda-2-es']="01-2a-40-1d-18-6b-01"519 PXE_TABLE['qa-panda-2']="01-2e-60-43-d9-49-01"
528 PXE_TABLE['panda-3-es']="01-0e-60-a0-6c-4e-01"520 PXE_TABLE['qa-panda-3']="01-0e-60-a0-6c-4e-01"
529 PXE_TABLE['panda-4-a4']="01-2e-60-4d-6a-4e-01"
530 PXE_TABLE['panda-5-a4']="01-0a-40-53-20-6b-01"
531 PXE_TABLE['armada1']="01-00-50-43-52-1c-0c"521 PXE_TABLE['armada1']="01-00-50-43-52-1c-0c"
532522
533523

Subscribers

People subscribed via source and target branches

to all changes: