Skip to content

Commit

Permalink
test: drop no more used machine_python() helper function
Browse files Browse the repository at this point in the history
There are no more Python scripts to run as part of the tests.
  • Loading branch information
ptoscano committed Oct 25, 2024
1 parent 13ab574 commit baa7333
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/check-subscriptions
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ PRODUCT_SHARED = {
# fmt: on


def machine_python(machine, script, *args):
cmd = ["python3", "-c", script] + list(args)
return machine.execute(cmd)


def machine_restorecon(machine, path, *args):
cmd = ["restorecon", "-R", path] + list(args)
return machine.execute(cmd)
Expand Down

0 comments on commit baa7333

Please sign in to comment.