https://github.com/stratis-storage/testing
Tests to be run agains the installed packages
https://github.com/stratis-storage/testing
Last synced: 5 months ago
JSON representation
Tests to be run agains the installed packages
- Host: GitHub
- URL: https://github.com/stratis-storage/testing
- Owner: stratis-storage
- Created: 2021-02-10T20:05:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-19T01:40:50.000Z (10 months ago)
- Last Synced: 2025-08-19T03:28:48.070Z (10 months ago)
- Language: Python
- Size: 500 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
The intention for the tests in this directory are for verifying that a
released, packaged, and installed instance of Stratis is functional.
Run the tests as root and supply 3 or more block devices on the
command line that are blank for test use.
The `stratisd` test may be run without the installation of the `stratis`
command line interface.
```bash
# python3 stratisd_cert.py -v --disk /dev/vdb --disk /dev/vdc --disk /dev/vdd
```
The stratis-cli test assumes that the `stratisd` daemon is installed,
although the test will start the daemon if needed.
```bash
# python3 stratis_cli_cert.py -v --disk /dev/vdb --disk /dev/vdc --disk /dev/vdd
```