Default generic mininet to mininet-ubuntu 49/50149/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 9 Jan 2017 23:14:52 +0000 (18:14 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 9 Jan 2017 23:15:52 +0000 (18:15 -0500)
Mininet only runs on Ubuntu nodes now. This change is needed for Heat as
it does not currently provide a OS name in the node name to properly
detect the spinup script.

Change-Id: I3247b14d21a95ad8b55d04ac8eb361831c4929ab
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jenkins-scripts/system_type.sh

index 75ed826619aeb9436af4b4b0fe9961c791bfef38..8b1e6a54107ba144ac6d397c2343e27327866be3 100755 (executable)
@@ -21,7 +21,8 @@ for i in "autorelease,autorelease" \
          "ubuntu-trusty-gbp,ubuntu-docker-ovs" \
          "matrix,matrix" \
          "robot,robot" \
-         "ubuntu-trusty-mininet,mininet-ubuntu"
+         "ubuntu-trusty-mininet,mininet-ubuntu" \
+         "mininet,mininet-ubuntu"
 do set -- $i
     if [[ $HOST == *"$1"* ]]; then
         SYSTEM_TYPE="$2"