Commit ed5895cb authored by Łukasz Nowak's avatar Łukasz Nowak

fix "slapos_pdm: Use upgrade_scope on Computer Node for cleanup enabling"

The change was missing in the commit 439786ba.
parent 4b91665a
......@@ -54,6 +54,7 @@ class TestSlapOSDestroySoftwareInstallationWithArchivedSoftwareReleaseAlarm(Slap
preference.setPreferredCloudContractEnabled(True)
self.tic()
compute_node, partition = self._makeComputeNode()
compute_node.setUpgradeScope('auto')
archived_url_string = self.generateNewSoftwareReleaseUrl()
# create software release
archived_software_release = self.portal.software_release_module.newContent(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment