summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-11-15 14:40:08 -0800
committerJoe Gordon <jogo@cloudscaling.com>2012-11-15 14:40:08 -0800
commit425af5bf7913a37b1584fb585374172fdbc3ef88 (patch)
tree9a77ac6bfa15593cbe0840100ff030e342598f2b
parenta65ce31c867b8c4a92071b85798ad09794a0a0f4 (diff)
Update api_samples README.rst to use tox
./run_tests.py doesn't exist anymore tests are generally run with tox Change-Id: I290d938b66c21c38b2d7886b5f6a85363c2078c3
-rw-r--r--nova/tests/integrated/api_samples/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/integrated/api_samples/README.rst b/nova/tests/integrated/api_samples/README.rst
index b4e274334..065df1d32 100644
--- a/nova/tests/integrated/api_samples/README.rst
+++ b/nova/tests/integrated/api_samples/README.rst
@@ -5,7 +5,7 @@ Samples in this directory are automatically generated from the api samples
integration tests. To regenerate the samples, simply set GENERATE_SAMPLES
in the environment before running the tests. For example:
- GENERATE_SAMPLES=True ./run_tests.py nova.tests.integrated
+ GENERATE_SAMPLES=True tox -epy27 nova.tests.integrated
If new tests are added or the .tpl files are changed due to bug fixes, the
samples should be regenerated so they are in sync with the templates.