From 6f1a4f8fc1cfb077a156b59314d22bf8b078d378 Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Fri, 2 Nov 2018 23:16:56 +0100 Subject: [PATCH] Fixes. --- tests/acceptance/semiautomation/helper.fish | 2 +- tests/acceptance/semiautomation/test7a.fish | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/acceptance/semiautomation/helper.fish b/tests/acceptance/semiautomation/helper.fish index f22c6a41f..d3f106da9 100644 --- a/tests/acceptance/semiautomation/helper.fish +++ b/tests/acceptance/semiautomation/helper.fish @@ -99,7 +99,7 @@ function patchYamlFile set -l RESULT $argv[4] cp "$YAMLFILE" "$RESULT" sed -i "s|@IMAGE@|$IMAGE|" "$RESULT" - sed -i "s|@ENVIRONMENT|$ENVIRONMENT|" "$RESULT" + sed -i "s|@ENVIRONMENT@|$ENVIRONMENT|" "$RESULT" end function checkImages diff --git a/tests/acceptance/semiautomation/test7a.fish b/tests/acceptance/semiautomation/test7a.fish index d2e542a9e..02354a22d 100755 --- a/tests/acceptance/semiautomation/test7a.fish +++ b/tests/acceptance/semiautomation/test7a.fish @@ -4,9 +4,9 @@ source helper.fish set -g TESTNAME test7a set -g TESTDESC "Deployment of 2 clusters with sync with DC2DC (production, enterprise)" -set -g YAMLFILE cluster-sync.yaml +set -g YAMLFILE cluster-sync1.yaml set -g YAMLFILE2 cluster-sync2.yaml -set -g DEPLOYMENT acceptance-cluster +set -g DEPLOYMENT acceptance-cluster1 set -g DEPLOYMENT2 acceptance-cluster2 printheader