X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=testsuites%2Frubbos%2Fpuppet_manifests%2Finternal%2Frun_rubbos_internal.sh;h=884315be8ed72722abaf95eaf1eb8703c2ca7a4c;hb=6ceb95d0aea63e6d3c54b07577330b6566f20192;hp=24e406f8b1e721df52b4df683e09703c16e66ca9;hpb=ce012b86e8bb45ba444a79ceab6eb6ba0dd3e565;p=bottlenecks.git diff --git a/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh b/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh index 24e406f8..884315be 100755 --- a/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh +++ b/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh @@ -165,6 +165,10 @@ fetch_remote_resources() { rm -rf $LOCAL_GIT_REPO fi mkdir -p $LOCAL_GIT_REPO + sudo apt-get update + sudo dpkg --configure -a + sudo rm /var/lib/apt/lists/lock + sudo rm /var/cache/apt/archives/lock sudo apt-get install -y git cd $LOCAL_GIT_REPO git clone ${REMOTE_GIT_REPO}