Searched refs:api_socket_source (Results 1 – 2 of 2) sorted by relevance
/cloud-hypervisor/performance-metrics/src/ |
H A D | performance_tests.rs | 484 let api_socket_source = String::from( in performance_restore_latency() localVariable 494 .args(["--api-socket", &api_socket_source]) in performance_restore_latency() 511 assert!(remote_command(&api_socket_source, "pause", None)); in performance_restore_latency() 513 &api_socket_source, in performance_restore_latency()
|
/cloud-hypervisor/tests/ |
H A D | integration.rs | 6571 let api_socket_source = format!("{}.1", temp_api_path(&guest2.tmp_dir)); in test_ovs_dpdk() localVariable 6574 setup_ovs_dpdk_guests(&guest1, &guest2, &api_socket_source, false); in test_ovs_dpdk() 6608 assert!(remote_command(&api_socket_source, "pause", None)); in test_ovs_dpdk() 6612 &api_socket_source, in test_ovs_dpdk() 7354 let api_socket_source = format!("{}.1", temp_api_path(&guest.tmp_dir)); in _test_snapshot_restore() localVariable 7376 .args(["--api-socket", &api_socket_source]) in _test_snapshot_restore() 7412 &api_socket_source, in _test_snapshot_restore() 7422 &api_socket_source, in _test_snapshot_restore() 7446 &api_socket_source, in _test_snapshot_restore() 7461 &api_socket_source, in _test_snapshot_restore() [all …]
|