nextcloud-desktop/tests/ownCloud
Klaas Freitag a390444666 tests: Removed unused test file.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2013-07-23 07:34:47 +02:00
..
HTTP tests: Added test data for the owncloud integration test script. 2013-07-23 07:32:01 +02:00
ownCloud tests: Added test data for the owncloud integration test script. 2013-07-23 07:32:01 +02:00
tolocal1 tests: Added test script to test the ownCloud module of csync. 2012-04-17 10:40:21 +02:00
toremote1 tests: Added test data for the owncloud integration test script. 2013-07-23 07:32:01 +02:00
exclude.cfg tests: Added test data for the owncloud integration test script. 2013-07-23 07:32:01 +02:00
README tests: Modularize ownCloud's integration test script. 2013-07-23 07:33:32 +02:00
t1.cfg.in tests: Added test data for the owncloud integration test script. 2013-07-23 07:32:01 +02:00
t1.pl tests: Modularize ownCloud's integration test script. 2013-07-23 07:33:32 +02:00

t1 - an integration test script for csync syncing to ownCloud.

Note: This test script uses perl HTTP::DAV. This package needs to
be in version 0.46 at least. Many distros deliver older versions.
A working version is part of the github checkout.

t1 uses a perl WebDAV client lib to sync to an existing instance of
ownCloud. For that, various files are copied around, synced and the
results are tested through their existance, the filesize and the 
modification times. All tests are asserts, which means that the 
scripts stops if a test fails.

How to call:

First, configure the script. For that, create a file t1.cfg. There
is t1.cfg.in as an example. Yeah, this test script is not secure,
make sure to run it with a weak account and in a save environment.

To start the script, call ./t1.pl on the commandline. A lot of 
output is generated. If the script does not fail, everything works.

Before it actually ends, it takes a four seconds break for you to 
interrupt with Ctrl-C. If you don't do that, it removes all its 
traces...

Have fun,
Klaas Freitag <freitag@owncloud.com>