local.conf mv is no longer used 65/63065/1
authorSam Hague <shague@redhat.com>
Tue, 12 Sep 2017 20:47:09 +0000 (16:47 -0400)
committerSam Hague <shague@redhat.com>
Tue, 12 Sep 2017 20:47:13 +0000 (16:47 -0400)
The conf files are being copied to the archives differently with
https://git.opendaylight.org/gerrit/48648 so this is no longer needed.

Change-Id: I62ecf12f6bf7a8643efa9902d29ae99892366631
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index d4ecfc89cc0b690d2656c4f05d4a81d51b2cddce..7b46bcedb549afeae534ebd508e3bf182a63f759 100644 (file)
@@ -499,9 +499,6 @@ EOF
         mv ${OS_COMPUTE_FOLDER} ${WORKSPACE}/archives/
     done
 
-    # Find all the local.conf files and append .log so they are archived
-    find local.conf* -print0 | xargs -0 -I % mv % %.log
-
     # Tempest
     DEVSTACK_TEMPEST_DIR="/opt/stack/tempest"
     if ssh ${OPENSTACK_CONTROL_NODE_1_IP} "sudo sh -c '[ -f ${DEVSTACK_TEMPEST_DIR}/.testrepository/0 ]'"; then # if Tempest results exist