Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
0
Merge Requests
0
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
Ivan Tyagov
slapos
Commits
6ccdd191
Commit
6ccdd191
authored
Oct 16, 2023
by
Ivan Tyagov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporary disable.
parent
e2245cfa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
software/end-to-end-testing/buildout.hash.cfg
software/end-to-end-testing/buildout.hash.cfg
+1
-1
software/end-to-end-testing/test_beremiz.py
software/end-to-end-testing/test_beremiz.py
+1
-1
No files found.
software/end-to-end-testing/buildout.hash.cfg
View file @
6ccdd191
...
...
@@ -12,4 +12,4 @@ md5sum = cbaa8e36097f36caf1a377fa71341a09
[test_beremiz.py]
filename = test_beremiz.py
md5sum =
a95c67309e556b4217babff19e86d7b0
md5sum =
0d3e8273db5c8e580af6f62e45b11ce7
software/end-to-end-testing/test_beremiz.py
View file @
6ccdd191
...
...
@@ -26,7 +26,7 @@ class EndToEndTestCase(unittest.TestCase):
# remove instances
for
args
,
kw
in
cls
.
_requested
.
values
():
kw
[
'state'
]
=
'destroyed'
cls
.
_request
(
*
args
,
**
kw
)
#
cls._request(*args, **kw)
# remove software releases
for
k
,
v
in
cls
.
_supplied
.
items
():
print
(
"Remove %s from %s"
%
(
k
,
v
))
...
...
Ivan Tyagov
@Tyagov
mentioned in commit
405371e8
·
Oct 17, 2023
mentioned in commit
405371e8
mentioned in commit 405371e895a154ac63bab307aeac73908ae31846
Toggle commit list
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