-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The scenario folder holding tests files which are specified for some scenario, such as tests for GNR with OpenEuler OS. Add tests-iax as an example. Signed-off-by: Yi Sun <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Scenario | ||
|
||
The scenario folder contains specific test files selected for particular scenarios. For example, tests designed for the GraniteRapid + OpenEuler OS platform. These test files can be either plain text files or symbolic links that point to the test files in the feature directory. | ||
|
||
## Contents | ||
|
||
* Text Files: | ||
Some of the tests are included as plain text files. These files contain the partial of some feature tests. | ||
|
||
* Symbolic Links: | ||
Some tests are included as symbolic links. These links point to the relevant test files located in the feature directory, ensuring that the scenario folder remains organized and that tests are not duplicated unnecessarily. | ||
|
||
## Purpose | ||
The purpose of this folder is to organize and provide easy access to tests tailored for specific platforms and scenarios. | ||
By having dedicated folders for each scenario, it becomes easier to manage and execute the appropriate tests for different environments. | ||
|
||
## How to Use | ||
``` | ||
./runtests -f <path_to_scenario_test> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../BM/dsa/tests-iax |