From 7c1b9aedd528f70eeacbd846666e2f663198d808 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 14 Nov 2014 11:06:59 +0100 Subject: Setup a docker container that holds a webdav instance to test files_external document docker parameter and use random host port fix typo copy autotest.sh to autotest-external.sh adds ability to add start* and stop* scripts in env in external tests run files_external WebDAV tests against ownCloud instance introduce executor number to be able to shut down the correct docker container fetch docker images in advance - this also fetches latest versions of the docker images add second argument to autotest-external.sh which can specify a single test to run print out the explicit test run change naming schema of files_external setup scripts --- tests/phpunit-autotest-external.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tests/phpunit-autotest-external.xml (limited to 'tests') diff --git a/tests/phpunit-autotest-external.xml b/tests/phpunit-autotest-external.xml new file mode 100644 index 00000000000..b9402bfa572 --- /dev/null +++ b/tests/phpunit-autotest-external.xml @@ -0,0 +1,36 @@ + + + + ../apps/files_external/tests + + ../apps/files_external/tests/backends/ + + + + + + ../lib/private/files/storage/dav.php + ../apps/files_external + + ../apps/files_external/l10n + ../apps/files_external/3rdparty + ../apps/files_external/tests + + + + + + -- cgit v1.2.3