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
003f9041
Commit
003f9041
authored
Sep 28, 2023
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixups
parent
d39dfc51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
software/end-to-end-testing/buildout.hash.cfg
software/end-to-end-testing/buildout.hash.cfg
+5
-1
software/end-to-end-testing/instance.cfg.in
software/end-to-end-testing/instance.cfg.in
+5
-0
No files found.
software/end-to-end-testing/buildout.hash.cfg
View file @
003f9041
[instance.cfg]
filename = instance.cfg.in
md5sum =
e746933f19f15b9b50370fd52626fd21
md5sum =
01be9026bd66bc96992d97d74fa485aa
[test_test.py]
filename = test_test.py
...
...
@@ -9,3 +9,7 @@ md5sum = c074373dbb4154aa924ef5781dade7a0
[test_kvm.py]
filename = test_kvm.py
md5sum = cbaa8e36097f36caf1a377fa71341a09
[test_beremiz.py]
filename = test_beremiz.py
md5sum = e975cedbd12504dc5588d8d5723c8e78
software/end-to-end-testing/instance.cfg.in
View file @
003f9041
...
...
@@ -101,3 +101,8 @@ url = ${test_test.py:target}
recipe = slapos.recipe.template
output = $${directory:testdir}/test_kvm.py
url = ${test_kvm.py:target}
[test_beremiz.py]
recipe = slapos.recipe.template
output = $${directory:testdir}/test_beremiz.py
url = ${test_beremiz.py:target}
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