Skip to content

Commit

Permalink
Remove bottlerocket/testsys
Browse files Browse the repository at this point in the history
  • Loading branch information
ecpullen committed Feb 2, 2023
1 parent bca57a3 commit 3d77fc6
Show file tree
Hide file tree
Showing 19 changed files with 16 additions and 746 deletions.
212 changes: 14 additions & 198 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ members = [
"bottlerocket/agents",
"cli",
"bottlerocket/types",
"bottlerocket/testsys",
"controller",
"model",
"selftest",
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ See the [Developer Guide for TestSys](docs/DEVELOPER.md) for an introduction to
- `controller` contains the Kubernetes controller responsible for running resource and test pods.
- `agent` contains libraries with the traits and harnesses for creating test and resource agents.
- `bottlerocket/agents` contains the implementations of the test and resource traits that we use for Bottlerocket testing.
- `bottlerocket/testsys` contains the command line interface for installing the system and running tests.

The `testsys-model`, `agents` and `controller` crates are general-purpose, and define the TestSys system.
It is possible to use these libraries and controller for testing purposes other than Bottlerocket.

The `bottlerocket/testsys` CLI and `bottlerocket/agents` crates are more specialized to Bottlerocket's testing use cases.
The `bottlerocket/agents` crates are more specialized to Bottlerocket's testing use cases.

## Security

Expand Down
29 changes: 0 additions & 29 deletions bottlerocket/testsys/src/add.rs

This file was deleted.

25 changes: 0 additions & 25 deletions bottlerocket/testsys/src/add_secret.rs

This file was deleted.

93 changes: 0 additions & 93 deletions bottlerocket/testsys/src/k8s.rs

This file was deleted.

116 changes: 0 additions & 116 deletions bottlerocket/testsys/src/main.rs

This file was deleted.

25 changes: 0 additions & 25 deletions bottlerocket/testsys/src/restart.rs

This file was deleted.

40 changes: 0 additions & 40 deletions bottlerocket/testsys/src/run.rs

This file was deleted.

21 changes: 0 additions & 21 deletions bottlerocket/testsys/tests/data.rs

This file was deleted.

14 changes: 0 additions & 14 deletions bottlerocket/testsys/tests/data/example-resource-provider.yaml

This file was deleted.

Loading

0 comments on commit 3d77fc6

Please sign in to comment.