Commit 2aba2bef authored by Romain Courteaud's avatar Romain Courteaud

slapos_erp5:

* test Compute Node subscription creation
* logout test
parent d40d2e21
......@@ -192,6 +192,7 @@ class TestSlapOSVirtualMasterScenario(TestSlapOSVirtualMasterScenarioMixin):
self.tic()
# hooray, now it is time to create compute_nodes
self.logout()
self.login(owner_person.getUserId())
# create a default project
......@@ -236,6 +237,11 @@ class TestSlapOSVirtualMasterScenario(TestSlapOSVirtualMasterScenarioMixin):
self.addAllocationSupply("for compute node", public_server, software_product,
release_variation, type_variation)
self.tic()
self.logout()
self.login()
self.checkServiceSubscriptionRequest(public_server)
# join as the another visitor and request software instance on public
# compute_node
self.logout()
......
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