diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2017-02-27 12:41:39 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2017-03-01 23:28:50 +0100 |
commit | 3aab7ea0ba1cfc3409eceb60f4d0a2a11b10c6d1 (patch) | |
tree | 1d01f6f93821659277e3562a31ddf8c553fb362e /docs/testing/user/configguide/configguide.rst | |
parent | e4ae4c3f11dff35d7a7098d215bcdde745493e95 (diff) |
Remove exec_test.sh
After the patch https://gerrit.opnfv.org/gerrit/#/c/29403/
all the test cases in functest have been adapted to the
new framework using modules/classes.
This patch removes the need for having the script
exec_tests.sh which is not used any more by
the framework.
Change-Id: I7547c908d2eca60edf8c867db920c7da4f23d312
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docs/testing/user/configguide/configguide.rst')
-rw-r--r-- | docs/testing/user/configguide/configguide.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/testing/user/configguide/configguide.rst b/docs/testing/user/configguide/configguide.rst index 08e089c2b..1bb8358a8 100644 --- a/docs/testing/user/configguide/configguide.rst +++ b/docs/testing/user/configguide/configguide.rst @@ -392,7 +392,6 @@ follows:: | |-- check_os.sh | |-- config_functest.yaml | |-- config_patch.yaml - | |-- exec_test.sh | |-- generate_report.py | |-- prepare_env.py | |-- run_tests.py |