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

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


The following commit(s) were added to refs/heads/master by this push:
     new af85a80  improve documentation for running system tests (#557)
af85a80 is described below

commit af85a8033c9c05efb65fdaeaa903d4140787ccfa
Author: David Grove <[email protected]>
AuthorDate: Thu Dec 19 11:23:21 2019 -0500

    improve documentation for running system tests (#557)
    
    Fixes #496.
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9ecfc82..dca11bc 100644
--- a/README.md
+++ b/README.md
@@ -350,7 +350,9 @@ etc.) are not directly accessible from the outside of the 
Kubernetes cluster.
 Therefore, although you can run full system tests against a
 Kubernetes-based deployment by giving some extra command line
 arguments, any unit tests that assume direct access to one of the internal
-microservices will fail.   The system tests can be executed in a
+microservices will fail.   First clone the [core OpenWhisk 
repository](https://github.com/apache/openwhisk)
+locally and set `$OPENWHISK_HOME` to its top-level directory. Then, the
+system tests can be executed in a
 batch-style as shown below, where WHISK_SERVER and WHISK_AUTH are
 replaced by the values returned by `wsk property get --apihost` and
 `wsk property get --auth` respectively.

Reply via email to