Metadata-Version: 2.4
Name: backend.ai-test
Version: 25.18.0rc2
Summary: Backend.AI Integration Test Suite
Home-page: https://github.com/lablup/backend.ai
Author: Lablup Inc. and contributors
License: MIT
Project-URL: Documentation, https://docs.backend.ai/
Project-URL: Source, https://github.com/lablup/backend.ai
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.13,<3.14
Description-Content-Type: text/markdown
Requires-Dist: aiofiles~=24.1.0
Requires-Dist: aiohttp~=3.12.15
Requires-Dist: aiotools~=2.2.3
Requires-Dist: attrs>=25.3
Requires-Dist: backend.ai-cli==25.18.0rc2
Requires-Dist: backend.ai-client==25.18.0rc2
Requires-Dist: backend.ai-common==25.18.0rc2
Requires-Dist: backend.ai-logging==25.18.0rc2
Requires-Dist: backend.ai-plugin==25.18.0rc2
Requires-Dist: click~=8.1.7
Requires-Dist: faker~=24.7.1
Requires-Dist: pexpect~=4.8
Requires-Dist: pydantic[email]~=2.11.3
Requires-Dist: pytest-dependency>=0.6.0
Requires-Dist: pytest>=8.3.3
Requires-Dist: tomli~=2.0.1
Requires-Dist: types-aiofiles
Requires-Dist: types-pexpect
Requires-Dist: types-setuptools
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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.
