mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
python, iotests: remove socket_scm_helper
It's not used anymore, now. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Hanna Reitz <hreitz@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 20210923004938.3999963-11-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
514d00df5f
commit
c163c723ef
8 changed files with 1 additions and 161 deletions
|
@ -107,8 +107,6 @@ if os.environ.get('VALGRIND_QEMU') == "y" and \
|
|||
|
||||
qemu_valgrind = ['valgrind', valgrind_logfile, '--error-exitcode=99']
|
||||
|
||||
socket_scm_helper = os.environ.get('SOCKET_SCM_HELPER', 'socket_scm_helper')
|
||||
|
||||
luks_default_secret_object = 'secret,id=keysec0,data=' + \
|
||||
os.environ.get('IMGKEYSECRET', '')
|
||||
luks_default_key_secret_opt = 'key-secret=keysec0'
|
||||
|
@ -598,7 +596,6 @@ class VM(qtest.QEMUQtestMachine):
|
|||
super().__init__(qemu_prog, qemu_opts, wrapper=wrapper,
|
||||
name=name,
|
||||
base_temp_dir=test_dir,
|
||||
socket_scm_helper=socket_scm_helper,
|
||||
sock_dir=sock_dir, qmp_timer=timer)
|
||||
self._num_drives = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue