Commit 4f98f763 authored by Romain Courteaud's avatar Romain Courteaud

slapos_erp5: ensure that no unexpected document has been created

parent 1b5431ae
......@@ -135,4 +135,12 @@ class TestSlapOSVirtualMasterScenario(DefaultScenarioMixin):
self.logout()
self.stepCallAlarmList()
self.tic()
self.login()
# Ensure no unexpected object has been created
# 2 assignment, 1 instance tree, 1 compute node, 1 software installation
# 1 software instance
related_object_list = project.Base_getRelatedObjectList()
assert len(related_object_list) == 6, [x.getRelativeUrl() for x in related_object_list]
self.stepcheckERP5Consistency()
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