Skip to content

Commit

Permalink
Debug virt-admin issue
Browse files Browse the repository at this point in the history
Signed-off-by: lcheng <lcheng@redhat.com>
  • Loading branch information
cliping committed Jan 5, 2025
1 parent 0462cd8 commit c5a8c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions virttest/utils_libvirtd.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def __init__(self, daemon_name, session=None):
"libvirtd-tls.socket",
"virtproxyd-tls.socket",
"virtproxyd-tcp.socket",
"virtproxyd-admin.socket",
]
if self.daemon_name not in supported_daemon:
raise ValueError("Invalid daemon: %s" % self.daemon_name)
Expand Down

0 comments on commit c5a8c15

Please sign in to comment.