Skip to content

Console Output

+ ./gotestsum-linux --format short-verbose --junitfile e2e-linux.xml --raw-command -- ./test2json-linux -t -p e2e/linux ./docker-app-e2e-linux -test.v --e2e-path=e2e
PASS e2e/linux.TestCallCustomStatusAction/validCustomDockerStatusAction (6.72s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (3.21s)
PASS e2e/linux.TestCallCustomStatusAction/missingCustomStatusAction (3.22s)
PASS e2e/linux.TestCallCustomStatusAction (13.15s)
PASS e2e/linux.TestCnabParameters (3.10s)
PASS e2e/linux.TestExitErrorCode (0.06s)
PASS e2e/linux.TestRender/envvariables/stdout (1.62s)
PASS e2e/linux.TestRender/envvariables/file (1.41s)
PASS e2e/linux.TestRender/envvariables (3.03s)
PASS e2e/linux.TestRender (3.03s)
PASS e2e/linux.TestRenderFormatters (2.98s)
PASS e2e/linux.TestInit (0.12s)
PASS e2e/linux.TestDetectApp (4.44s)
PASS e2e/linux.TestBundle/simple-bundle (0.95s)
PASS e2e/linux.TestBundle/bundle-with-tag (0.36s)
PASS e2e/linux.TestBundle (12.00s)
PASS e2e/linux.TestDockerAppLifecycle/withBindMounts (22.26s)
PASS e2e/linux.TestDockerAppLifecycle/withoutBindMounts (23.53s)
PASS e2e/linux.TestDockerAppLifecycle (45.79s)
PASS e2e/linux.TestCredentials/missing (0.10s)
PASS e2e/linux.TestCredentials/full (1.97s)
PASS e2e/linux.TestCredentials/mixed-credstore (1.31s)
PASS e2e/linux.TestCredentials/mixed-local-cred (1.25s)
PASS e2e/linux.TestCredentials/overload (0.06s)
PASS e2e/linux.TestCredentials (4.69s)
PASS e2e/linux.TestRenderWithEnvFile (1.67s)
PASS e2e/linux.TestExamplesAreValid (0.17s)
PASS e2e/linux.TestImageList (16.70s)
PASS e2e/linux.TestImageRm (15.56s)
PASS e2e/linux.TestImageTag (13.14s)
=== RUN   TestInvokePluginFromCLI
--- FAIL: TestInvokePluginFromCLI (0.11s)
    plugin_test.go:29: assertion failed: 
        --- expected
        +++ actual
        @@ -18,5 +18,4 @@
           pull        Pull an application package from a registry
           push        Push an application package to a registry
        -  render      Render the Compose file for an Application Package
           rm          Remove an application
           upgrade     Upgrade an installed application
        
FAIL e2e/linux.TestInvokePluginFromCLI (0.11s)
PASS e2e/linux.TestPushArchs/default (3.55s)
PASS e2e/linux.TestPushArchs/all-platforms (1.26s)
PASS e2e/linux.TestPushArchs (14.99s)
PASS e2e/linux.TestPushInsecureRegistry (18.03s)
PASS e2e/linux.TestPushInstall (16.07s)
PASS e2e/linux.TestPushPullInstall (16.30s)
PASS e2e/linux.TestPushInstallBundle/push-bundle (4.86s)
PASS e2e/linux.TestPushInstallBundle/push-ref (1.45s)
PASS e2e/linux.TestPushInstallBundle/push-bundleref (1.73s)
PASS e2e/linux.TestPushInstallBundle (22.41s)
FAIL e2e/linux

=== Failed
=== FAIL: e2e/linux TestInvokePluginFromCLI (0.11s)
    plugin_test.go:29: assertion failed: 
        --- expected
        +++ actual
        @@ -18,5 +18,4 @@
           pull        Pull an application package from a registry
           push        Push an application package to a registry
        -  render      Render the Compose file for an Application Package
           rm          Remove an application
           upgrade     Upgrade an installed application
        


DONE 41 tests, 1 failure in 224.568s
time="2019-10-03T15:01:37Z" level=warning msg="failed to lookup go version for junit xml" error="exec: \"go\": executable file not found in $PATH"