Skip to content

Commit

Permalink
Add create module.
Browse files Browse the repository at this point in the history
Signed-off-by: Tejas Sanap <sanap.tejas@gmail.com>
  • Loading branch information
Tejas Sanap committed Dec 31, 2021
1 parent 154655c commit 6c58724
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/integration_test/src/tests/create.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Our create module.
1 change: 1 addition & 0 deletions crates/integration_test/src/tests/lifecycle/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mod kill;
mod start;
mod state;
mod util;

pub use container_create::ContainerCreate;
pub use container_lifecycle::ContainerLifecycle;
pub use util::get_result_from_output;
1 change: 1 addition & 0 deletions crates/integration_test/src/tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pub mod cgroups;
pub mod create;
pub mod lifecycle;
pub mod linux_ns_itype;
pub mod pidfile;
Expand Down

0 comments on commit 6c58724

Please sign in to comment.