Skip to content

Commit d989221

Browse files
committed
Remove runltp scenario_groups leftovers
Reviewed-by: Li Wang <liwang@redhat.com> Reviewed-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
1 parent e12c60a commit d989221

5 files changed

Lines changed: 4 additions & 91 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ COMMON_TARGETS += testcases tools metadata
4545

4646
# Don't want to nuke the original files if we're installing in-build-tree.
4747
ifneq ($(BUILD_TREE_STATE),$(BUILD_TREE_SRCDIR_INSTALL))
48-
INSTALL_TARGETS += runtest scenario_groups testscripts
49-
CLEAN_TARGETS += include runtest scenario_groups testscripts
48+
INSTALL_TARGETS += runtest testscripts
49+
CLEAN_TARGETS += include runtest testscripts
5050
endif
5151
INSTALL_TARGETS += $(COMMON_TARGETS)
5252
CLEAN_TARGETS += $(COMMON_TARGETS) lib libs

doc/developers/writing_tests.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,8 @@ Runtest Files
256256
~~~~~~~~~~~~~
257257

258258
The list of tests to be executed is stored in runtest files under the
259-
:master:`runtest` directory. The default set of runtest files to be executed is
260-
stored in :master:`scenario_groups/default`. When you add a test, you should add
261-
corresponding entries into some runtest file(s) as well.
259+
:master:`runtest` directory. When you add a test, you should add corresponding
260+
entries into some runtest file(s) as well.
262261

263262
Each line of runtest file contains one test. The first item is the test name.
264263
All other items, separated by space will be executed as a command.

scenario_groups/Makefile

Lines changed: 0 additions & 38 deletions
This file was deleted.

scenario_groups/default

Lines changed: 0 additions & 28 deletions
This file was deleted.

scenario_groups/network

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)