There was an error while loading. Please reload this page.
1 parent 0683cea commit 210a1e7Copy full SHA for 210a1e7
1 file changed
crates/api-core/src/tests/instance.rs
@@ -7371,6 +7371,7 @@ async fn test_dpf_topology_rejects_unselected_vf_on_create_and_update(
7371
dpu_extension_services: None,
7372
nvlink: None,
7373
spxconfig: None,
7374
+ power_profile: None,
7375
}),
7376
metadata: Some(rpc::forge::Metadata {
7377
name: "topology-update".to_string(),
@@ -7431,6 +7432,7 @@ async fn test_public_instance_endpoints_reject_out_of_range_wire_vfs(
7431
7432
7433
7434
7435
7436
}
7437
};
7438
let metadata = |operation: &str, wire_vf_id| rpc::forge::Metadata {
0 commit comments