Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/283'
Browse files Browse the repository at this point in the history
* origin/pr/283:
  qvm-start-daemon: fix remaining process on new audiovm
  qvm-start-daemon: remove manual call on_connection_established
  qvm-start-daemon: one more pass on isolating services
  qvm-start-daemon: check for dom0
  qvm-start-daemon: fix missing short alias for debug
  qvm-start-daemon: make pylint happy
  qvm-start-daemon: set enabled services for launcher
  qvm-start-daemon: improve dynamic switch for audiovm
  qvm-start-daemon: refactor start of services
  qvm-start-daemon: improve logging and update sphinx
  qvm_start_daemon: handle setting/changing audiovm
  qvm_start_daemon: cleanup pacat process
  • Loading branch information
marmarek committed Apr 28, 2024
2 parents e54eb38 + 118dc83 commit 6298332
Show file tree
Hide file tree
Showing 5 changed files with 201 additions and 78 deletions.
4 changes: 4 additions & 0 deletions doc/manpages/qvm-start-daemon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Options

show this help message and exit

.. option:: --debug, -d

Show debug messages

.. option:: --verbose, -v

increase verbosity
Expand Down
6 changes: 4 additions & 2 deletions qubesadmin/tests/tools/qvm_start_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
class TC_00_qvm_start_gui(qubesadmin.tests.QubesTestCase):
def setUp(self):
super(TC_00_qvm_start_gui, self).setUp()
self.launcher = \
qubesadmin.tools.qvm_start_daemon.DAEMONLauncher(self.app)
self.launcher = qubesadmin.tools.qvm_start_daemon.DAEMONLauncher(
self.app,
["guivm", "audiovm"]
)

@unittest.mock.patch('subprocess.check_output')
def test_000_kde_args(self, proc_mock):
Expand Down
Loading

0 comments on commit 6298332

Please sign in to comment.