← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~adam-collard/maas-ci/+git/system-tests:no-double-import into ~maas-committers/maas-ci/+git/system-tests:master

 

Adam Collard has proposed merging ~adam-collard/maas-ci/+git/system-tests:no-double-import into ~maas-committers/maas-ci/+git/system-tests:master.

Commit message:
Don't try and re-import images

ready_remote_maas fixture already guarantees we have the needed images

Requested reviews:
  MAAS Committers (maas-committers)

For more details, see:
https://code.launchpad.net/~adam-collard/maas-ci/+git/system-tests/+merge/443654
-- 
Your team MAAS Committers is requested to review the proposed merge of ~adam-collard/maas-ci/+git/system-tests:no-double-import into ~maas-committers/maas-ci/+git/system-tests:master.
diff --git a/systemtests/tests_per_machine/test_machine.py b/systemtests/tests_per_machine/test_machine.py
index 02bf72b..51166be 100644
--- a/systemtests/tests_per_machine/test_machine.py
+++ b/systemtests/tests_per_machine/test_machine.py
@@ -32,7 +32,6 @@ def test_full_circle(
     machine_config: MachineConfig,
     ready_remote_maas: None,
     maas_without_machine: None,
-    import_images_and_wait_until_synced: None,
     ssh_key: PKey,
     testlog: Logger,
     zone: str,

Follow ups