You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/04/11 04:19:47 UTC

[incubator-openwhisk-package-deploy] branch master updated: update manifest files for tests (#25)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7900e7b  update manifest files for tests (#25)
7900e7b is described below

commit 7900e7bc44ddd3f6ece966d7be70a36851050e0e
Author: Belinda Vennam <be...@gmail.com>
AuthorDate: Tue Apr 10 23:19:45 2018 -0500

    update manifest files for tests (#25)
---
 .../test/scala/testFixtures/helloWorld/manifest.yaml    | 17 +++++++++--------
 .../testFixtures/helloWorldPackageParam/manifest.yaml   | 17 +++++++++--------
 2 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/tests/src/test/scala/testFixtures/helloWorld/manifest.yaml b/tests/src/test/scala/testFixtures/helloWorld/manifest.yaml
index 4bcab16..1c2659b 100644
--- a/tests/src/test/scala/testFixtures/helloWorld/manifest.yaml
+++ b/tests/src/test/scala/testFixtures/helloWorld/manifest.yaml
@@ -4,11 +4,12 @@
 #   Package:  openwhisk-helloworld
 #   Action:   openwhisk-helloworld/helloworld.js
 
-packages:
-  openwhisk-helloworld:
-    version: 1.0
-    license: Apache-2.0
-    namespace: _
-    actions:
-      helloworld:
-        function: actions/helloworld.js
+project:
+  namespace: _
+  packages:
+    openwhisk-helloworld:
+      version: 1.0
+      license: Apache-2.0
+      actions:
+        helloworld:
+          function: actions/helloworld.js
diff --git a/tests/src/test/scala/testFixtures/helloWorldPackageParam/manifest.yaml b/tests/src/test/scala/testFixtures/helloWorldPackageParam/manifest.yaml
index 7844626..37e2128 100644
--- a/tests/src/test/scala/testFixtures/helloWorldPackageParam/manifest.yaml
+++ b/tests/src/test/scala/testFixtures/helloWorldPackageParam/manifest.yaml
@@ -4,11 +4,12 @@
 #   Package:  openwhisk-helloworld
 #   Action:   openwhisk-helloworld/helloworld.js
 
-packages:
-  $PACKAGE_NAME:
-    version: 1.0
-    license: Apache-2.0
-    namespace: _
-    actions:
-      helloworld:
-        function: actions/helloworld.js
+project:
+  namespace: _
+  packages:
+    $PACKAGE_NAME:
+      version: 1.0
+      license: Apache-2.0
+      actions:
+        helloworld:
+          function: actions/helloworld.js

-- 
To stop receiving notification emails like this one, please contact
dubeejw@apache.org.