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
1=== modified file 'kernel-sru/arm-sru-utils.sh'
2--- kernel-sru/arm-sru-utils.sh 2013-01-25 17:06:52 +0000
3+++ kernel-sru/arm-sru-utils.sh 2013-04-05 12:04:28 +0000
4@@ -66,25 +66,17 @@
5 local TESTHOST=$1
6 d_msg "## finding out which CDU controls power for the machine"
7 case $TESTHOST in
8- panda-1-es)
9- CDU_NAME=PandaBoard_1_ES
10- CDU_HOST=10.97.0.14
11- ;;
12- panda-2-es)
13- CDU_NAME=PandaBoard_2_ES
14- CDU_HOST=10.97.0.14
15- ;;
16- panda-3-es)
17- CDU_NAME=PandaBoard_3_ES
18- CDU_HOST=10.97.0.14
19- ;;
20- panda-4-es)
21- CDU_NAME=PandaBoard_4_A4
22- CDU_HOST=10.97.0.14
23- ;;
24- panda-5-es)
25- CDU_NAME=PandaBoard_5_A4
26- CDU_HOST=10.97.0.14
27+ qa-panda-1)
28+ CDU_NAME=qa_panda_1
29+ CDU_HOST=10.97.0.30
30+ ;;
31+ qa-panda-2)
32+ CDU_NAME=qa_panda_2
33+ CDU_HOST=10.97.0.30
34+ ;;
35+ qa-panda-3)
36+ CDU_NAME=qa_panda_3
37+ CDU_HOST=10.97.0.30
38 ;;
39 Onibi|Onza|Zmeu|Zuijin)
40 CDU_NAME=$TESTHOST
41@@ -523,11 +515,9 @@
42 #
43 # the associative array below goes hand-in-hand with the entries under /var/www/bamboo-preseeds with the same MAC
44 declare -A PXE_TABLE
45- PXE_TABLE['panda-1-es']="01-2e-60-43-d9-49-01"
46- PXE_TABLE['panda-2-es']="01-2a-40-1d-18-6b-01"
47- PXE_TABLE['panda-3-es']="01-0e-60-a0-6c-4e-01"
48- PXE_TABLE['panda-4-a4']="01-2e-60-4d-6a-4e-01"
49- PXE_TABLE['panda-5-a4']="01-0a-40-53-20-6b-01"
50+ PXE_TABLE['qa-panda-1']="01-2e-60-4d-6a-4e-01"
51+ PXE_TABLE['qa-panda-2']="01-2e-60-43-d9-49-01"
52+ PXE_TABLE['qa-panda-3']="01-0e-60-a0-6c-4e-01"
53 PXE_TABLE['armada1']="01-00-50-43-52-1c-0c"
54
55

Subscribers

People subscribed via source and target branches

to all changes: