You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/06/26 16:00:03 UTC

[incubator-openwhisk-cli] 23/36: Add info routes to provide deployment configuration (#1980)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git

commit 1b681e5959a2949bff955ad51503bdb63efab1c1
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Mon May 1 11:44:04 2017 -0400

    Add info routes to provide deployment configuration (#1980)
    
    * Add controller endpoint to query deployment configuration.
    
    Configuration include runtimes, limits, api paths.
    Add new swagger for runtime manifest schema.
    Add response validation against swagger.
    Add swagger routes test.
    
    * Make image name required for RuntimeManifest.
    Add default prefix and tag.
    Add list of native black box images.
    Sanitize docker image names.
    
    * Remove redundant build info from top level.
    Remove cli properties.
    Add slack link.
    
    * Remove broken test temporarily.
---
 tests/src/test/scala/system/basic/WskBasicTests.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/test/scala/system/basic/WskBasicTests.scala b/tests/src/test/scala/system/basic/WskBasicTests.scala
index 12c51a0..9b3183e 100644
--- a/tests/src/test/scala/system/basic/WskBasicTests.scala
+++ b/tests/src/test/scala/system/basic/WskBasicTests.scala
@@ -485,7 +485,7 @@ class WskBasicTests
         val name = "dockerContainer"
         (wp, assetHelper) =>
             assetHelper.withCleaner(wsk.action, name) {
-                (action, _) => action.create(name, Some("fakeContainer"), kind = Some("docker"))
+                (action, _) => action.create(name, Some("fake-container"), kind = Some("docker"))
             }
 
             wsk.action.get(name).stdout should not include (""""code"""")

-- 
To stop receiving notification emails like this one, please contact
"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>.