Skip to content

Commit

Permalink
chore(e2e): clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-wright committed May 9, 2024
1 parent aa38f87 commit 6f64437
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 109 deletions.
99 changes: 0 additions & 99 deletions core/e2e/src/container.rs

This file was deleted.

9 changes: 0 additions & 9 deletions core/e2e/src/containerized_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ impl ContainerizedNode {
self.node.shutdown()
}

//pub fn is_running(&self) -> bool {
// self.node.lock().unwrap().is_some()
//}

pub fn get_rpc_address(&self) -> String {
let config = self.config.get::<Rpc<FinalTypes>>();
format!("http://{}", config.addr())
Expand Down Expand Up @@ -89,8 +85,3 @@ impl ContainerizedNode {
self.is_genesis_committee
}
}

pub enum RuntimeType {
SingleThreaded,
MultiThreaded,
}
1 change: 0 additions & 1 deletion core/e2e/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod container;
pub mod containerized_node;
pub mod swarm;
pub mod utils;

0 comments on commit 6f64437

Please sign in to comment.