Skip to content

Commit 4cf1073

Browse files
russell-islamrbradford
authored andcommitted
performance-metrics: Remove duplicate DIRECT_KERNEL_BOOT_CMDLINE
Remove the local DIRECT_KERNEL_BOOT_CMDLINE constant from performance_tests.rs. The identical public constant from test_infra is already available via wildcard import. Signed-off-by: Muminul Islam <muislam@microsoft.com>
1 parent 488927a commit 4cf1073

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

performance-metrics/src/performance_tests.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ fn performance_test_new_guest(disk_config: Box<dyn DiskConfig>) -> Guest {
126126
Guest::new_from_ip_range(disk_config, "172.19", 0)
127127
}
128128

129-
const DIRECT_KERNEL_BOOT_CMDLINE: &str =
130-
"root=/dev/vda1 console=hvc0 rw systemd.journald.forward_to_console=1";
131-
132129
fn remote_command(api_socket: &str, command: &str, arg: Option<&str>) -> bool {
133130
let mut cmd = std::process::Command::new(clh_command("ch-remote"));
134131
cmd.args([&format!("--api-socket={api_socket}"), command]);

0 commit comments

Comments
 (0)