Skip to content

Commit 4b81876

Browse files
committed
refactor: remove unused create_test_ssh_credentials module
- Deleted src/e2e/tasks/create_test_ssh_credentials.rs as it was not being used anywhere in the codebase - Updated module declaration in src/e2e/tasks/mod.rs to remove the unused module reference - Updated module documentation to reflect the removal All linters, unit tests, and e2e tests continue to pass after removal.
1 parent 5e6693d commit 4b81876

File tree

2 files changed

+0
-65
lines changed

2 files changed

+0
-65
lines changed

src/e2e/tasks/create_test_ssh_credentials.rs

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/e2e/tasks/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//! ### Infrastructure-agnostic tasks (can be used with both containers and VMs):
1212
//! - `clean_and_prepare_templates` - Template cleanup and preparation
1313
//! - `configure_infrastructure` - Infrastructure configuration via Ansible
14-
//! - `create_test_ssh_credentials` - Helper for creating test SSH credentials
1514
//! - `run_ansible_configuration` - Ansible playbook execution
1615
//! - `run_deployment_validation` - Deployment validation and testing
1716
//! - `setup_ssh_key` - SSH key generation and setup
@@ -40,7 +39,6 @@
4039
pub mod clean_and_prepare_templates;
4140
pub mod configure_infrastructure;
4241
pub mod container;
43-
pub mod create_test_ssh_credentials;
4442
pub mod preflight_cleanup;
4543
pub mod preflight_cleanup_common;
4644
pub mod run_ansible_configuration;

0 commit comments

Comments
 (0)