From 425af5bf7913a37b1584fb585374172fdbc3ef88 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 15 Nov 2012 14:40:08 -0800 Subject: Update api_samples README.rst to use tox ./run_tests.py doesn't exist anymore tests are generally run with tox Change-Id: I290d938b66c21c38b2d7886b5f6a85363c2078c3 --- nova/tests/integrated/api_samples/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova') 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. -- cgit