diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2015-11-02 16:03:33 -0500 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2015-11-03 16:57:22 -0500 |
commit | 4b85e4fae04a71cf2cea17018b9240b369f145d5 (patch) | |
tree | 6b917d6f4d0e84a49e10f9eaa3ca70efc8e3a106 /test/units/README.md | |
parent | a4d5e59c413746cb1715b15a9e158be3f3a94a54 (diff) | |
download | openshift-4b85e4fae04a71cf2cea17018b9240b369f145d5.tar.gz openshift-4b85e4fae04a71cf2cea17018b9240b369f145d5.tar.bz2 openshift-4b85e4fae04a71cf2cea17018b9240b369f145d5.tar.xz openshift-4b85e4fae04a71cf2cea17018b9240b369f145d5.zip |
Support for gce
Diffstat (limited to 'test/units/README.md')
-rw-r--r-- | test/units/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/README.md b/test/units/README.md index 3bed227eb..78a02c3ea 100644 --- a/test/units/README.md +++ b/test/units/README.md @@ -4,4 +4,4 @@ These should be run by sourcing the env-setup: $ source test/env-setup Then navigate to the test/units/ directory. -$ python -m unittest multi_ec2_test +$ python -m unittest multi_inventory_test |