Skip to content

Commit

Permalink
Add scenario folder
Browse files Browse the repository at this point in the history
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
ysun committed Jun 13, 2024
1 parent 1231e53 commit 740bf88
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions scenario/README.md
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>
```
1 change: 1 addition & 0 deletions scenario/gnr-oe/tests-iax

0 comments on commit 740bf88

Please sign in to comment.