diff options
author | Tim Rozet <trozet@redhat.com> | 2016-05-30 15:38:47 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-05-30 15:38:47 -0400 |
commit | 5c4987e946a547ce6a4db4feef47a04868d5430b (patch) | |
tree | c281914e2988f82fa29addb0f1e0901eeb786090 /jjb/yardstick | |
parent | b52a9ae338f95e710e5f55c85f406900b9954677 (diff) |
Yardstick, Apex: Fixes yardstick to use right Apex vm name (undercloud)
Change-Id: I709dbf36667202ed0e1feb4793aa10071dc137c4
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/yardstick')
-rwxr-xr-x | jjb/yardstick/yardstick-daily.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/yardstick/yardstick-daily.sh b/jjb/yardstick/yardstick-daily.sh index 3ad6b7c7c..51fc9c823 100755 --- a/jjb/yardstick/yardstick-daily.sh +++ b/jjb/yardstick/yardstick-daily.sh @@ -6,7 +6,7 @@ set -e labconfig="" sshkey="" if [[ ${INSTALLER_TYPE} == 'apex' ]]; then - instack_mac=$(sudo virsh domiflist instack | grep default | \ + instack_mac=$(sudo virsh domiflist undercloud | grep default | \ grep -Eo "[0-9a-f]+:[0-9a-f]+:[0-9a-f]+:[0-9a-f]+:[0-9a-f]+:[0-9a-f]+") INSTALLER_IP=$(/usr/sbin/arp -e | grep ${instack_mac} | awk {'print $1'}) sshkey="-v /root/.ssh/id_rsa:/root/.ssh/id_rsa" |