Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ffbs
ffbs-ci
Commits
358c923e
Commit
358c923e
authored
Oct 31, 2020
by
chrissi^
Browse files
parker/tests: Use your own config
parent
c954df43
Changes
2
Hide whitespace changes
Inline
Side-by-side
parker_test_config.yaml
0 → 100644
View file @
358c923e
fw_src
:
"
/home/chris/http/"
fw_tftp
:
"
/srv/tftp"
ssh_pubkey_file
:
"
/home/chris/.ssh/id_rsa.pub"
ssh_key_file
:
"
/home/chris/.ssh/id_rsa"
location_lat
:
"
10.52378"
location_lon
:
"
52.26469"
site_name
:
"
Freifunk
Braunschweig"
test_parker.py
View file @
358c923e
...
...
@@ -16,7 +16,7 @@ StepReporter()
@
pytest
.
fixture
()
def
config
():
with
open
(
"test_config.yaml"
)
as
fh
:
with
open
(
"
parker_
test_config.yaml"
)
as
fh
:
config
=
yaml
.
load
(
fh
)
return
config
...
...
Write
Preview
Supports
Markdown
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