Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bottlerocket/testsys cli #754

Merged
merged 1 commit into from
Feb 2, 2023
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
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