~ubuntu-branches/ubuntu/wily/davix/wily

« back to all changes in this revision

Viewing changes to test/functional/ctest_functional.cmake

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2014-07-08 09:59:36 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140708095936-imto9hahxsnxwvw5
Tags: 0.3.1-1
Update to version 0.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
set(BASIC_LOGIN "test")
7
7
set(BASIC_PASSWD "tester")
8
8
 
9
 
set(http_desy_base "https://lcg-lrz-dc66.grid.lrz.de/pnfs/lrz-muenchen.de/data/dteam/davix-tests" CACHE STRING "dCache test instance to use")
10
 
set(http_desy_file "${http_desy_base}/fbxtest.txt" CACHE STRING "dCache file to sue for read only tests")
 
9
set(http_desy_base "https://vm-dcache-deploy6.desy.de:2880/dteam/davix-tests" CACHE STRING "dCache test instance to use")
11
10
set(http_lcgdm_base "https://lxfsra04a04.cern.ch/dpm/cern.ch/home/dteam" CACHE STRING "DPM test instance to use" )
 
11
set(http_storm_base "https://gridhttps-storm-atlas.cr.cnaf.infn.it:8443/webdav/dteam/davix-tests/" CACHE STRING "Storm test instance to use")
 
12
set(http_dynaFed_base "http://dav-federation.cern.ch/myfed/dteam/")
 
13
set(http_lcgdm_file "${http_lcgdm_base}/davix-tests/testread0011")
 
14
set(http_dynaFed_file "${http_dynaFed_base}/davix-tests/testread0011")
12
15
 
 
16
set(metalink_url "http://download.documentfoundation.org/libreoffice/stable/4.1.6/deb/x86_64/LibreOffice_4.1.6_Linux_x86-64_deb.tar.gz")
 
17
set(metalink3_url "http://download.documentfoundation.org/libreoffice/stable/4.1.6/deb/x86_64/LibreOffice_4.1.6_Linux_x86-64_deb.tar.gz.metalink")
 
18
set(metalink_url_direct "http://download.documentfoundation.org/libreoffice/stable/4.1.6/deb/x86_64/LibreOffice_4.1.6_Linux_x86-64_deb.tar.gz.meta4")
13
19
 
14
20
test_dav_endpoint_ronly( ${http_desy_base} "proxy")
 
21
test_valid_write_read_generic("${http_desy_base}" "proxy")
15
22
 
 
23
# DPM tests
16
24
test_dav_endpoint_rw( "${http_lcgdm_base}" "proxy")
17
 
 
18
25
test_valid_delete_all("${http_lcgdm_base}"  "proxy")
19
26
test_valid_read_generic("${http_lcgdm_base}" "proxy")
 
27
test_valid_write_read_generic("${http_lcgdm_base}" "proxy")
 
28
 
 
29
# Storm tests
 
30
test_dav_endpoint_rw( "${http_storm_base}" "proxy")
 
31
test_valid_delete_all("${http_storm_base}"  "proxy")
 
32
test_valid_read_generic("${http_storm_base}" "proxy")
 
33
test_valid_write_read_generic("${http_storm_base}" "proxy")
20
34
 
21
35
# localhost generic server, ex : "davserver -n -D /tmp"
22
36
test_dav_endpoint_rw("http://localhost:8008" "")
41
55
 
42
56
# testwith common SE
43
57
test_valid_read_generic("${http_desy_base}" "proxy")
44
 
test_valid_read_generic("${http_desy_file}" "proxy")
 
58
test_valid_read_generic("${http_dynaFed_base}" "proxy")
45
59
test_valid_delete_all("${http_desy_base}"  "proxy")
46
60
 
47
61
 
48
 
 
49
 
test_valid_write_read_generic("${http_lcgdm_base}" "proxy")
50
 
test_valid_write_read_generic("${http_desy_base}" "proxy")
 
62
# test replicas listing
 
63
test_replica_listing_existing("${http_lcgdm_file}" "proxy")
 
64
test_replica_listing_existing("${http_dynaFed_file}" "proxy")
 
65
test_replica_listing_existing("${metalink_url}" "proxy")
 
66
test_replica_listing_existing("${metalink3_url}" "proxy")
 
67
test_replica_listing_existing("${metalink_url_direct}" "proxy")