blob: 67af6fc40598647d56f4edddecd2084331282348 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#
# Demonstrate general Data Query and Access
# Set the test description string.
votest.descr = "Demonstrate general Data Query and Access"
print ("------------------------------------------------------------------")
print ("Req 4: Users shall be able to access all DAL services supported")
print (" by the underlying VOClient interface (SCS/SIA/SSA in Y1).")
print ("------------------------------------------------------------------")
fcache init
#-----------------------------------------------------------------------------
print ("Demonstration of the general data query and access is done via the")
print ("DAL test scripts.")
print ("")
print ("")
|