Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Mar 9, 2024
1 parent 6fa022e commit d339979
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion nexus/test-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ use trust_dns_resolver::config::ResolverOpts;
use trust_dns_resolver::TokioAsyncResolver;
use uuid::Uuid;

use chrono::SecondsFormat;
use omicron_common::api::external::Generation;
use omicron_common::api::external::Vni;
pub use sim::TEST_HARDWARE_THREADS;
Expand Down
6 changes: 1 addition & 5 deletions nexus/tests/integration_tests/initialization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

use std::collections::HashMap;
use std::net::{Ipv6Addr, SocketAddrV6};

use gateway_messages::SpPort;
use gateway_test_utils::setup as mgs_setup;
use nexus_config::Database;
use nexus_config::InternalDns;
use nexus_test_interface::NexusServer;
use nexus_test_utils::{load_test_config, ControlPlaneTestContextBuilder};
use omicron_common::address::MGS_PORT;
use omicron_common::api::internal::shared::SwitchLocation;
use std::collections::HashMap;
use tokio::time::sleep;
use tokio::time::timeout;
use tokio::time::Duration;
Expand Down

0 comments on commit d339979

Please sign in to comment.