Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkrout committed Jun 27, 2019
1 parent 06a9289 commit 754b84d
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 @@ -217,6 +217,13 @@ $ make test-service-e2e
----
+

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 @@ -268,6 +275,13 @@ $ make test-service-e2e 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 754b84d

Please sign in to comment.