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

mrutkowski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git.


    from 0a47633  Adding Knative Docs (#120)
     add d307390  Adding Knative Tests Files (#121)

No new revisions were added by this update.

Summary of changes:
 tests/src/test/knative/README.md                   | 280 +++++++++++++++++++++
 tests/src/test/knative/helloworld/README.md        |  74 ++++++
 tests/src/test/knative/helloworld/build.yaml.tmpl  |  23 ++
 .../helloworld/payload-knative-init-run.http       |  25 ++
 .../knative/helloworld/payload-openwhisk-init.http |  13 +
 .../knative/helloworld/payload-openwhisk-run.http  |  15 ++
 .../src/test/knative/helloworld/service.yaml.tmpl  |  12 +
 .../test/knative/helloworldwithparams/README.md    |  74 ++++++
 .../build-without-code.yaml.tmpl                   |  19 ++
 .../knative/helloworldwithparams/build.yaml.tmpl   |  23 ++
 .../knative-data-init-run.json                     |  20 ++
 .../helloworldwithparams/knative-data-init.json    |   8 +
 .../helloworldwithparams/knative-data-run.json     |  14 ++
 .../helloworldwithparams/openwhisk-data-init.json  |   8 +
 .../helloworldwithparams/openwhisk-data-run.json   |  12 +
 .../payload-knative-init-run.http                  |  25 ++
 .../helloworldwithparams/payload-knative-init.http |  13 +
 .../helloworldwithparams/payload-knative-run.http  |  19 ++
 .../payload-openwhisk-init.http                    |  13 +
 .../payload-openwhisk-run.http                     |  17 ++
 .../knative/helloworldwithparams/service.yaml.tmpl |  12 +
 .../src/test/knative/webactionhelloworld/README.md |  75 ++++++
 .../build-without-code.yaml.tmpl                   |  20 ++
 .../knative/webactionhelloworld/build.yaml.tmpl    |  24 ++
 .../webactionhelloworld/knative-data-init-run.json |  19 ++
 .../webactionhelloworld/knative-data-init.json     |   8 +
 .../webactionhelloworld/knative-data-run.json      |  13 +
 .../webactionhelloworld/openwhisk-data-init.json   |   8 +
 .../webactionhelloworld/openwhisk-data-run.json    |  11 +
 .../payload-knative-init-run.http                  |  24 ++
 .../payload-openwhisk-init.http                    |  13 +
 .../webactionhelloworld/payload-openwhisk-run.http |  16 ++
 .../knative/webactionhelloworld/service.yaml.tmpl  |  12 +
 tests/src/test/knative/webactionraw/README.md      |  76 ++++++
 .../src/test/knative/webactionraw/build.yaml.tmpl  |  26 ++
 .../test/knative/webactionraw/data-init-run.json   |  20 ++
 tests/src/test/knative/webactionraw/data-init.json |   8 +
 tests/src/test/knative/webactionraw/data-run.json  |  11 +
 .../webactionraw/payload-knative-init-run.http     |  25 ++
 .../webactionraw/payload-openwhisk-init.http       |  13 +
 .../webactionraw/payload-openwhisk-run.http        |  16 ++
 .../test/knative/webactionraw/service.yaml.tmpl    |  12 +
 42 files changed, 1169 insertions(+)
 create mode 100644 tests/src/test/knative/README.md
 create mode 100644 tests/src/test/knative/helloworld/README.md
 create mode 100644 tests/src/test/knative/helloworld/build.yaml.tmpl
 create mode 100644 
tests/src/test/knative/helloworld/payload-knative-init-run.http
 create mode 100644 
tests/src/test/knative/helloworld/payload-openwhisk-init.http
 create mode 100644 tests/src/test/knative/helloworld/payload-openwhisk-run.http
 create mode 100644 tests/src/test/knative/helloworld/service.yaml.tmpl
 create mode 100644 tests/src/test/knative/helloworldwithparams/README.md
 create mode 100644 
tests/src/test/knative/helloworldwithparams/build-without-code.yaml.tmpl
 create mode 100644 tests/src/test/knative/helloworldwithparams/build.yaml.tmpl
 create mode 100644 
tests/src/test/knative/helloworldwithparams/knative-data-init-run.json
 create mode 100644 
tests/src/test/knative/helloworldwithparams/knative-data-init.json
 create mode 100644 
tests/src/test/knative/helloworldwithparams/knative-data-run.json
 create mode 100644 
tests/src/test/knative/helloworldwithparams/openwhisk-data-init.json
 create mode 100644 
tests/src/test/knative/helloworldwithparams/openwhisk-data-run.json
 create mode 100644 
tests/src/test/knative/helloworldwithparams/payload-knative-init-run.http
 create mode 100644 
tests/src/test/knative/helloworldwithparams/payload-knative-init.http
 create mode 100644 
tests/src/test/knative/helloworldwithparams/payload-knative-run.http
 create mode 100644 
tests/src/test/knative/helloworldwithparams/payload-openwhisk-init.http
 create mode 100644 
tests/src/test/knative/helloworldwithparams/payload-openwhisk-run.http
 create mode 100644 
tests/src/test/knative/helloworldwithparams/service.yaml.tmpl
 create mode 100644 tests/src/test/knative/webactionhelloworld/README.md
 create mode 100644 
tests/src/test/knative/webactionhelloworld/build-without-code.yaml.tmpl
 create mode 100644 tests/src/test/knative/webactionhelloworld/build.yaml.tmpl
 create mode 100644 
tests/src/test/knative/webactionhelloworld/knative-data-init-run.json
 create mode 100644 
tests/src/test/knative/webactionhelloworld/knative-data-init.json
 create mode 100644 
tests/src/test/knative/webactionhelloworld/knative-data-run.json
 create mode 100644 
tests/src/test/knative/webactionhelloworld/openwhisk-data-init.json
 create mode 100644 
tests/src/test/knative/webactionhelloworld/openwhisk-data-run.json
 create mode 100644 
tests/src/test/knative/webactionhelloworld/payload-knative-init-run.http
 create mode 100644 
tests/src/test/knative/webactionhelloworld/payload-openwhisk-init.http
 create mode 100644 
tests/src/test/knative/webactionhelloworld/payload-openwhisk-run.http
 create mode 100644 tests/src/test/knative/webactionhelloworld/service.yaml.tmpl
 create mode 100644 tests/src/test/knative/webactionraw/README.md
 create mode 100644 tests/src/test/knative/webactionraw/build.yaml.tmpl
 create mode 100644 tests/src/test/knative/webactionraw/data-init-run.json
 create mode 100644 tests/src/test/knative/webactionraw/data-init.json
 create mode 100644 tests/src/test/knative/webactionraw/data-run.json
 create mode 100644 
tests/src/test/knative/webactionraw/payload-knative-init-run.http
 create mode 100644 
tests/src/test/knative/webactionraw/payload-openwhisk-init.http
 create mode 100644 
tests/src/test/knative/webactionraw/payload-openwhisk-run.http
 create mode 100644 tests/src/test/knative/webactionraw/service.yaml.tmpl

Reply via email to