Skip to content

Commit

Permalink
Use default migration settings for infiniband unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcronenberg committed Aug 12, 2024
1 parent d6f6517 commit f7faf05
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions rust/migrate-wicked/src/infiniband.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,7 @@ mod tests {

#[allow(dead_code)]
fn setup_default_migration_settings() {
let _ = MIGRATION_SETTINGS.set(crate::MigrationSettings {
continue_migration: false,
dry_run: false,
activate_connections: true,
without_netconfig: true,
netconfig_path: "".to_string(),
});
let _ = MIGRATION_SETTINGS.set(crate::MigrationSettings::default());
}

#[test]
Expand Down

0 comments on commit f7faf05

Please sign in to comment.