-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add missing README for integration test suite
- Loading branch information
Showing
1 changed file
with
15 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,15 @@ | ||
# Backend.AI Testing Toolkit | ||
|
||
Automated test suites to validate an installation and integration of clients and servers | ||
|
||
|
||
## How to run CLI-based integration test | ||
|
||
If there is no configuration script named `env-tester.sh`, copy it from `sample-env-tester.sh` and check the configuration env. | ||
|
||
```console | ||
$ source env-tester.sh | ||
$ backend.ai test run-cli | ||
``` | ||
|
||
NOTE: The ENV script is parsed with `"^export (\w+)=(.*)$"` regex pattern line by line. |