diff options
author | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-09-22 08:04:23 +0200 |
---|---|---|
committer | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-09-22 20:01:03 +0200 |
commit | e0da464c1b8bfe7ceb1f16879a2c550e7348fe18 (patch) | |
tree | dbf127607c7e8708776514ab3fbfc67196e7add6 /plans/oom-platform-cert-service | |
parent | 97c946e21835cbc213f9974ed0df05ef702f4b88 (diff) |
[OOM-CMPv2] Rename truststoremerger->postprocessor
Issue-ID: DCAEGEN2-2253
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: I6c7fa3378c86dee4e1fe23e4840046b979d942ea
Diffstat (limited to 'plans/oom-platform-cert-service')
-rw-r--r-- | plans/oom-platform-cert-service/postprocessor/setup.sh (renamed from plans/oom-platform-cert-service/truststoremerger/setup.sh) | 2 | ||||
-rw-r--r-- | plans/oom-platform-cert-service/postprocessor/teardown.sh (renamed from plans/oom-platform-cert-service/truststoremerger/teardown.sh) | 2 | ||||
-rwxr-xr-x | plans/oom-platform-cert-service/postprocessor/testplan.txt (renamed from plans/oom-platform-cert-service/truststoremerger/testplan.txt) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plans/oom-platform-cert-service/truststoremerger/setup.sh b/plans/oom-platform-cert-service/postprocessor/setup.sh index 9f618406..2df82f76 100644 --- a/plans/oom-platform-cert-service/truststoremerger/setup.sh +++ b/plans/oom-platform-cert-service/postprocessor/setup.sh @@ -16,7 +16,7 @@ # #export container name -export MergerContainerName=TrustStoreMerger +export CertServicePostProcessorContainerName=CertServicePostProcessor #install docker sdk echo "Uninstall docker-py and reinstall docker." diff --git a/plans/oom-platform-cert-service/truststoremerger/teardown.sh b/plans/oom-platform-cert-service/postprocessor/teardown.sh index a0ee4d26..22744162 100644 --- a/plans/oom-platform-cert-service/truststoremerger/teardown.sh +++ b/plans/oom-platform-cert-service/postprocessor/teardown.sh @@ -15,4 +15,4 @@ # limitations under the License. # -kill-instance.sh ${MergerContainerName} +kill-instance.sh ${CertServicePostProcessorContainerName} diff --git a/plans/oom-platform-cert-service/truststoremerger/testplan.txt b/plans/oom-platform-cert-service/postprocessor/testplan.txt index 11e00832..edbd11cc 100755 --- a/plans/oom-platform-cert-service/truststoremerger/testplan.txt +++ b/plans/oom-platform-cert-service/postprocessor/testplan.txt @@ -1,3 +1,3 @@ # Test suites are relative paths under [integration/csit.git]/tests/. # Place the suites in run order. -oom-platform-cert-service/truststoremerger +oom-platform-cert-service/postprocessor |