Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
VILLASnode
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ACS
P
Public
VILLASframework
VILLASnode
Commits
2c299c69
Commit
2c299c69
authored
Jan 08, 2021
by
Steffen Vogel
🎅🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: fix URL for advio WebDav tests
parent
4599797c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
common
common
+1
-1
etc/examples/nodes/advio.conf
etc/examples/nodes/advio.conf
+2
-2
tests/integration/pipe-file-advio.sh
tests/integration/pipe-file-advio.sh
+1
-1
No files found.
common
@
fdf5e637
Compare
3068ad39
...
fdf5e637
Subproject commit
3068ad394243c562d57cbe6be0a386097a29430f
Subproject commit
fdf5e6371606f247d5adb17caa701b19f9113ec5
etc/examples/nodes/advio.conf
View file @
2c299c69
...
...
@@ -28,10 +28,10 @@ nodes = {
remote_file
= {
type
=
"file"
,
uri
=
"https://
1Nrd46fZX8HbggT:badpass@rwth-aachen.sciebo.de/public.php/webdav/node
/data/demo_in.dat"
,
uri
=
"https://
Q9ZHPBD5eRlZcAi:badpass@rwth-aachen.sciebo.de/public.php/webdav
/data/demo_in.dat"
,
# The output path accepts all format tokens of (see strftime(3))
#uri = "https://
1Nrd46fZX8HbggT:badpass@rwth-aachen.sciebo.de/public.php/webdav/node
/data/demo_%y-%m-%d_%H-%M-%S.dat",
#uri = "https://
Q9ZHPBD5eRlZcAi:badpass@rwth-aachen.sciebo.de/public.php/webdav
/data/demo_%y-%m-%d_%H-%M-%S.dat",
out
= {
mode
=
"a+"
# You might want to use "a+" to append to a file
...
...
tests/integration/pipe-file-advio.sh
View file @
2c299c69
...
...
@@ -32,7 +32,7 @@ OUTPUT_FILE=$(mktemp)
NUM_SAMPLES
=
${
NUM_SAMPLES
:-
10
}
URI
=
https://
1Nrd46fZX8HbggT:badpass@rwth-aachen.sciebo.de/public.php/webdav/node
/tests/pipe
URI
=
https://
Q9ZHPBD5eRlZcAi:badpass@rwth-aachen.sciebo.de/public.php/webdav
/tests/pipe
# WebDav / OwnCloud / Sciebo do not support partial upload
# So we do not flush the output
...
...
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