Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Courteaud
slapos.core
Commits
6ef91106
Commit
6ef91106
authored
Apr 12, 2023
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_cloud: test: no need to manually trigger alarm
parent
ad299e5f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
master/bt5/slapos_cloud/TestTemplateItem/portal_components/test.erp5.SlapOSTestCaseDefaultScenarioMixin.py
...omponents/test.erp5.SlapOSTestCaseDefaultScenarioMixin.py
+0
-5
master/bt5/slapos_cloud/TestTemplateItem/portal_components/test.erp5.SlapOSTestCaseMixin.py
...teItem/portal_components/test.erp5.SlapOSTestCaseMixin.py
+0
-2
No files found.
master/bt5/slapos_cloud/TestTemplateItem/portal_components/test.erp5.SlapOSTestCaseDefaultScenarioMixin.py
View file @
6ef91106
...
...
@@ -581,11 +581,6 @@ class DefaultScenarioMixin(TestSlapOSSecurityMixin):
def
checkServiceSubscriptionRequest
(
self
,
service
):
self
.
login
()
self
.
stepCallSlaposSubscriptionRequestCreateFromOrphanedItemAlarm
()
self
.
tic
()
self
.
stepCallSlaposSubscriptionRequestValidateSubmittedAlarm
()
self
.
tic
()
subscription_request
=
self
.
portal
.
portal_catalog
.
getResultValue
(
portal_type
=
"Subscription Request"
,
aggregate__uid
=
service
.
getUid
(),
...
...
master/bt5/slapos_cloud/TestTemplateItem/portal_components/test.erp5.SlapOSTestCaseMixin.py
View file @
6ef91106
...
...
@@ -179,8 +179,6 @@ class SlapOSTestCaseMixin(testSlapOSMixin):
subscription_request
=
service
.
Resource_createSubscriptionRequest
(
person
,
None
)
self
.
tic
()
self
.
portal
.
portal_alarms
.
slapos_subscription_request_validate_submitted
.
activeSense
()
self
.
tic
()
self
.
logout
()
return
subscription_request
.
getAggregate
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment