Skip to content

Commit

Permalink
fix: Add missing README for integration test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jun 3, 2022
1 parent 22ed0a7 commit 8b5436f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/ai/backend/test/README.md
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.

0 comments on commit 8b5436f

Please sign in to comment.