aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-08-25 12:54:03 +0200
committersebdet <sebastien.determe@intl.att.com>2020-08-25 12:54:03 +0200
commit0ee8a452839f56cbd576f695d5283d7299babd02 (patch)
treeb74558c1c0ad689d2e232b2d5f5a89e28b5159fd
parentc5c60bfb5889bfe63e310448d863192dd60078c5 (diff)
Add sdc startup in IT
Fix the start sdc so that containers are not killed Issue-ID: SDC-3232 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I0e561cd8f8a679878d3d40355d0db74cb7014f38
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1eb531c843..08a6dc9c8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -611,6 +611,7 @@ Modifications copyright (c) 2018-2019 Nokia
<skipYamlJsonValidator>true</skipYamlJsonValidator>
<checkstyle.skip>true</checkstyle.skip>
<jacoco.skip>true</jacoco.skip>
+ <docker.keepRunning>true</docker.keepRunning>
</properties>
<modules>
<module>integration-tests</module>