mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
tests: fix URL for advio WebDav tests
This commit is contained in:
parent
4599797c3a
commit
2c299c69cf
3 changed files with 4 additions and 4 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 3068ad394243c562d57cbe6be0a386097a29430f
|
Subproject commit fdf5e6371606f247d5adb17caa701b19f9113ec5
|
|
@ -28,10 +28,10 @@ nodes = {
|
||||||
remote_file = {
|
remote_file = {
|
||||||
type = "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))
|
# 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 = {
|
out = {
|
||||||
mode = "a+" # You might want to use "a+" to append to a file
|
mode = "a+" # You might want to use "a+" to append to a file
|
||||||
|
|
|
@ -32,7 +32,7 @@ OUTPUT_FILE=$(mktemp)
|
||||||
|
|
||||||
NUM_SAMPLES=${NUM_SAMPLES:-10}
|
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
|
# WebDav / OwnCloud / Sciebo do not support partial upload
|
||||||
# So we do not flush the output
|
# So we do not flush the output
|
||||||
|
|
Loading…
Add table
Reference in a new issue