Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkrout committed Jun 25, 2019
1 parent dd6758c commit 3c06941
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/development.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,13 @@ $ make test-json-format-output
----
+

Run link/unlink command integration test
+
----
$ make test-link-e2e
----
+

* To run the test sequentially or on single ginkgo test node use enviornment variable `TEST_EXEC_NODES`:
+
Run component command integration test
Expand Down Expand Up @@ -240,6 +247,13 @@ $ make test-json-format-output TEST_EXEC_NODES=1
----
+

Run link/unlink command integration test
+
----
$ make test-link-e2e TEST_EXEC_NODES=1
----
+

* For the entire integration test suite use:
+
----
Expand Down

0 comments on commit 3c06941

Please sign in to comment.