diff options
-rw-r--r-- | bootstrap/vagrant-onap/Vagrantfile | 2 | ||||
-rw-r--r-- | test/csit/scripts/sdc/kill_containers_and_remove_dataFolders.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/vagrant-onap/Vagrantfile b/bootstrap/vagrant-onap/Vagrantfile index b96e535c0..6d35a1afd 100644 --- a/bootstrap/vagrant-onap/Vagrantfile +++ b/bootstrap/vagrant-onap/Vagrantfile @@ -199,7 +199,7 @@ nodes = [ :macs => [], :cpus => 2, :cpu => "50", - :ram => 8 * 1024, + :ram => 6 * 1024, :groups => ["individual"], :args => ["sdc"], :hd => { :virtualbox => "20480", :libvirt => "20G", }, diff --git a/test/csit/scripts/sdc/kill_containers_and_remove_dataFolders.sh b/test/csit/scripts/sdc/kill_containers_and_remove_dataFolders.sh index efa372ed2..bd5a52214 100644 --- a/test/csit/scripts/sdc/kill_containers_and_remove_dataFolders.sh +++ b/test/csit/scripts/sdc/kill_containers_and_remove_dataFolders.sh @@ -21,8 +21,8 @@ echo "This is ${WORKSPACE}/test/csit/scripts/sdc/kill_and_remove_dataFolder.sh" # copy logs to archive +cp -rf ${WORKSPACE}/data/logs/ ${WORKSPACE}/archives/ cp -rf ${WORKSPACE}/data/logs/sdc-sanity/ExtentReport/* ${WORKSPACE}/archives/ -cp -rf ${WORKSPACE}/data/logs/ ${WORKSPACE}/archives/ cp -rf ${WORKSPACE}/data/logs/sdc-sanity/target/*.xml ${WORKSPACE}/archives/ ls -Rt ${WORKSPACE}/archives/ |