Skip to content

Commit

Permalink
basic registry access integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Detjens <[email protected]>
  • Loading branch information
detjensrobert committed Sep 21, 2024
1 parent 8b7ea27 commit f3bf63a
Show file tree
Hide file tree
Showing 6 changed files with 340 additions and 30 deletions.
177 changes: 147 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ k8s-openapi = { version = "0.22.0", features = ["latest"] }
tokio = { version = "1.38.0", features = ["rt", "macros"] }
bollard = "0.16.1"
futures-util = "0.3.30"
cmd_lib = "1.9.4"
1 change: 1 addition & 0 deletions tests/check_access/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mod test_registry;
Loading

0 comments on commit f3bf63a

Please sign in to comment.