Skip to content

Commit

Permalink
Added a mention of TEST_ONLY to extended test doc
Browse files Browse the repository at this point in the history
  • Loading branch information
oatmealraisin committed Oct 31, 2016
1 parent 8b2d509 commit 736030d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@ and can be run individually by specifying `--ginkgo.focus` and a regex filter:

$ test/extended/core.sh --ginkgo.focus=<regex>

In addition, the extended tests can be ran against an existing OpenShift
cluster:

$ KUBECONFIG=/path/to/admin.kubeconfig TEST_ONLY=true test/extended/core.sh --ginkgo.focus=<regex>

Extended tests should be Go tests in the `test/extended` directory that use
the Ginkgo library. They must be able to be run remotely, and cannot depend on
any local interaction with the filesystem or Docker.
Expand All @@ -245,7 +250,6 @@ More information about running extended tests can be found in
[test/extended/README](https://github.com/openshift/origin/blob/master/test/exte
nded/README.md).


## Installing Godep

OpenShift and Kubernetes use [Godep](https://github.com/tools/godep) for
Expand Down

0 comments on commit 736030d

Please sign in to comment.