Commit a72558c9 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio_ui_test: Fixup inclusion of a default ERP5 SR

parent e816f6bb
......@@ -112,11 +112,11 @@ except KeyError:
)
erp5_software_release.edit(
url_string="https://lab.nexedi.com/nexedi/slapos/raw/%s/software/kvm/software.cfg" % software_version,
url_string="https://lab.nexedi.com/nexedi/slapos/raw/%s/software/erp5/software.cfg" % software_version,
)
if kvm_software_release.getValidationState() == "draft":
kvm_software_release.publishAlive()
if erp5_software_release.getValidationState() == "draft":
erp5_software_release.publishAlive()
# some are already indexed
kw = {'portal_type': ('Authentication Event', 'Passoword Event')}
......
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