mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
t-runner: Remove DBus struct: no longer used
This commit is contained in:
parent
c2c4039e79
commit
ccc962d040
@ -67,7 +67,6 @@ static bool verbose_out;
|
|||||||
static const char *qemu_binary;
|
static const char *qemu_binary;
|
||||||
static const char *kernel_image;
|
static const char *kernel_image;
|
||||||
static const char *exec_home;
|
static const char *exec_home;
|
||||||
static struct l_dbus *g_dbus;
|
|
||||||
|
|
||||||
static const char * const qemu_table[] = {
|
static const char * const qemu_table[] = {
|
||||||
"qemu-system-x86_64",
|
"qemu-system-x86_64",
|
||||||
@ -1301,19 +1300,11 @@ static void run_command(char *cmdname)
|
|||||||
if (dbus_pid < 0)
|
if (dbus_pid < 0)
|
||||||
goto exit;
|
goto exit;
|
||||||
|
|
||||||
g_dbus = l_dbus_new_default(L_DBUS_SYSTEM_BUS);
|
|
||||||
if (!g_dbus) {
|
|
||||||
l_error("Error: cannot initialize system bus");
|
|
||||||
goto exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
config_cycle_count = 0;
|
config_cycle_count = 0;
|
||||||
|
|
||||||
l_hashmap_foreach(test_config_map, create_network_and_run_tests,
|
l_hashmap_foreach(test_config_map, create_network_and_run_tests,
|
||||||
&config_cycle_count);
|
&config_cycle_count);
|
||||||
|
|
||||||
l_dbus_destroy(g_dbus);
|
|
||||||
|
|
||||||
exit:
|
exit:
|
||||||
l_hashmap_destroy(test_config_map, NULL);
|
l_hashmap_destroy(test_config_map, NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user