Conform with git format-patch for last tempest patch 27/70627/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 1 Aug 2020 09:55:58 +0000 (11:55 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 1 Aug 2020 10:00:57 +0000 (12:00 +0200)
The patch name must conform with the last commit update.

Change-Id: I493582d41080bd5d8b70d751b68af36ae61bcdc9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit e73bd90009e11f9aa5f92aefa435b85b7022db0f)

docker/core/Create-new-server-in-test_create_backup.patch [moved from docker/core/Create-new-server-test_reboot_server_hard.patch with 100% similarity]
docker/core/Dockerfile

index e13bd50..3f7f16a 100644 (file)
@@ -5,7 +5,7 @@ ARG OPENSTACK_TAG=stable/ussuri
 
 COPY object-storage-fix-and-cleanup-header-checks.patch /tmp/object-storage-fix-and-cleanup-header-checks.patch
 COPY Switch-to-threading.Thread-for-Rally-tasks.patch /tmp/Switch-to-threading.Thread-for-Rally-tasks.patch
-COPY Create-new-server-test_reboot_server_hard.patch /tmp/Create-new-server-test_reboot_server_hard.patch
+COPY Create-new-server-in-test_create_backup.patch /tmp/Create-new-server-in-test_create_backup.patch
 RUN apk --no-cache add --update \
         python3 libffi openssl libjpeg-turbo py3-pip bash \
         grep sed wget ca-certificates git openssh-client qemu-img iputils coreutils mailcap libstdc++ && \
@@ -45,10 +45,10 @@ RUN apk --no-cache add --update \
         git config --global user.email "opnfv-tech-discuss@lists.opnfv.org" && \
         git config --global user.name "Functest" && \
         patch -p1 < /tmp/object-storage-fix-and-cleanup-header-checks.patch && \
-        patch -p1 < /tmp/Create-new-server-test_reboot_server_hard.patch && \
+        patch -p1 < /tmp/Create-new-server-in-test_create_backup.patch && \
         git commit -a -m "Backport critical bugfixes" && \
         rm ~/.gitconfig) && \
     sed -i -E /#egg=tempest/d /src/functest/upper-constraints.txt && \
     rm tmp/object-storage-fix-and-cleanup-header-checks.patch \
-        /tmp/Create-new-server-test_reboot_server_hard.patch && \
+        /tmp/Create-new-server-in-test_create_backup.patch && \
     apk del .build-deps