Merge "Added different usage for packer build with local env file"
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 13 Feb 2017 20:30:30 +0000 (20:30 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 13 Feb 2017 20:30:30 +0000 (20:30 +0000)
docs/cloud-images.rst
jjb/integration/include-raw-integration-deploy-controller-run-test.sh
jjb/integration/include-raw-integration-deploy-openstack-run-test.sh
jjb/integration/include-raw-integration-start-cluster-run-test.sh

index 1aa2d6bde5535038b484856757da0fdbde85efd2..18792d5028834029dde6ae7e1a99aa8c9f28df49 100644 (file)
@@ -4,15 +4,16 @@ Following are the list of published images available to be used with Jenkins job
 * CentOS 7 (cloudimg 1510)
 * CentOS 7 - devstack - 20170117-0003
 * CentOS 7 - devstack - 20170120-1710
+* CentOS 7 - devstack - 20170210-1356
 * CentOS 7 - devstack - newton - 20170117-0005
 * CentOS 7 - devstack-mitaka - 20170130-0523
 * CentOS 7 - devstack-newton - 20170130-0426
 * CentOS 7 - docker - 20170117-0003
 * CentOS 7 - docker - 20170120-1434
 * CentOS 7 - java-builder - 20170117-0004
-* CentOS 7 - java-builder - 20170120-1817
 * CentOS 7 - java-builder - 20170126-0058
 * CentOS 7 - robot - 20170117-0004
+* CentOS 7 - robot - 20170210-1803
 * Fedora 23 (20151030 cloud)
 * Ubuntu 14.04 - devstack - 20170117-0004
 * Ubuntu 14.04 - docker - 20170117-0003
index 0fe7c0ab1da0d353365c5d7989971a93643f79ac..ced677afbb988d11888999093a8512a768e1d498 100644 (file)
@@ -273,6 +273,10 @@ pybot -N ${TESTPLAN} --removekeywords wuks -c critical -e exclude -v BUNDLEFOLDE
 -v MININET_USER:${USER} -v USER_HOME:${HOME} ${TESTOPTIONS} ${SUITES} || true
 # FIXME: Sort (at least -v) options alphabetically.
 
+echo "Examining the files in data/log and checking filesize"
+ssh ${ODL_SYSTEM_IP} "ls -altr /tmp/${BUNDLEFOLDER}/data/log/"
+ssh ${ODL_SYSTEM_IP} "du -hs /tmp/${BUNDLEFOLDER}/data/log/*"
+
 for i in `seq 1 ${NUM_ODL_SYSTEM}`
 do
     CONTROLLERIP=ODL_SYSTEM_${i}_IP
index ec27df15ab09bafb063cc1594faeb9e7471b942c..182274338450fa12204f7fcefdf08467269639be 100644 (file)
@@ -646,6 +646,10 @@ pybot -N ${TESTPLAN} --removekeywords wuks -c critical -e exclude \
     -v WORKSPACE:/tmp \
     ${TESTOPTIONS} ${SUITES} || true
 
+echo "Examining the files in data/log and checking filesize"
+ssh ${ODL_SYSTEM_IP} "ls -altr /tmp/${BUNDLEFOLDER}/data/log/"
+ssh ${ODL_SYSTEM_IP} "du -hs /tmp/${BUNDLEFOLDER}/data/log/*"
+
 echo "Tests Executed"
 DEVSTACK_TEMPEST_DIR="/opt/stack/tempest"
 if $(ssh ${OPENSTACK_CONTROL_NODE_IP} "sudo sh -c '[ -f ${DEVSTACK_TEMPEST_DIR}/.testrepository/0 ]'"); then # if Tempest results exist
index 2907832f7d296e5eb127042e98f2cfc7d0a08fe3..ab79025604a601de3b80fc9657a4cb7f4dc0cba4 100644 (file)
@@ -120,6 +120,14 @@ TOOLS_SYSTEM_IP:${TOOLS_SYSTEM_IP} ${tools_variables} -v NUM_TOOLS_SYSTEM:${NUM_
 -v USER_HOME:${HOME} ${TESTOPTIONS} ${SUITES} || true
 # FIXME: Sort (at least -v) options alphabetically.
 
+echo "Examining the files in data/log and checking filesize"
+ssh ${ODL_SYSTEM_1_IP} "ls -altr /tmp/${BUNDLEFOLDER}/data/log/"
+ssh ${ODL_SYSTEM_1_IP} "du -hs /tmp/${BUNDLEFOLDER}/data/log/*"
+ssh ${ODL_SYSTEM_2_IP} "ls -altr /tmp/${BUNDLEFOLDER}/data/log/"
+ssh ${ODL_SYSTEM_2_IP} "du -hs /tmp/${BUNDLEFOLDER}/data/log/*"
+ssh ${ODL_SYSTEM_3_IP} "ls -altr /tmp/${BUNDLEFOLDER}/data/log/"
+ssh ${ODL_SYSTEM_3_IP} "du -hs /tmp/${BUNDLEFOLDER}/data/log/*"
+
 set +e  # We do not want to create red dot just because something went wrong while fetching logs.
 for i in `seq 1 ${NUM_ODL_SYSTEM}`
 do