Do not use remote console 57/86457/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Dec 2019 03:00:53 +0000 (04:00 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Dec 2019 03:00:53 +0000 (04:00 +0100)
SFT is running unattended, there is no need for a remote console.
Make sure we ignore it.

Change-Id: I07c0c305d1f8454495267417dcc89e93541ab0ac
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-test/src/main/java/org/opendaylight/odlparent/featuretest/SingleFeatureTest.java

index 143976dd53624c0b4326b21f1bb7c8cc08bb2ae1..15260c642498600a728d44445368cceed847c59c 100644 (file)
@@ -184,7 +184,7 @@ public class SingleFeatureTest {
             ),
             getKarafDistroOption(),
             when(Boolean.getBoolean(KEEP_UNPACK_DIRECTORY_PROP)).useOptions(keepRuntimeFolder()),
-            configureConsole().ignoreLocalConsole(),
+            configureConsole().ignoreLocalConsole().ignoreRemoteShell(),
             logLevel(LogLevel.INFO),
             mvnLocalRepoOption(),