Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
# ci

A set of scripts intended to facilitate Continuous Integration (CI) testing for the various Stratis projects.

## CI scripts:

"stratisd.sh": stratisd test suite CI script (for the rust tests)

# Running the stratisd test with real devices

To run the stratisd test with scratch test devices, create the file `/etc/stratis/test_config.json`.

The stratisd test requires four scratch devices, which should be at least about 8 GiB in size.

The contents of the `test_config.json` file should be a JSON array of paths to the scratch devices. For example:

```
{
"ok_to_destroy_dev_array_key": [
"/dev/vdb",
"/dev/vdc",
"/dev/vdd",
"/dev/vde"
]
}
```

Be sure that the last item in the array does not have a trailing comma.
19 changes: 0 additions & 19 deletions blackbox/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions blackbox/parse_json.py

This file was deleted.

52 changes: 0 additions & 52 deletions blackbox/stratis-blackbox-run.sh

This file was deleted.

39 changes: 0 additions & 39 deletions misc_scripts/generate_test_config.py

This file was deleted.

58 changes: 0 additions & 58 deletions stratisd.sh

This file was deleted.

51 changes: 0 additions & 51 deletions teardown.sh

This file was deleted.