blob: d4ad333e778bacd9c0a8e2c9ae37aab2a8c2c57e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Query Registry with constraints.
# Set the test description string.
votest.descr = "Query Registry with constraints."
print ("------------------------------------------------------------------")
print ("Req 3.: Users shall be able to query the VO Registry using the")
print (" keyword-search services provided by the VO Directory")
print (" service.")
print ("------------------------------------------------------------------")
# Execute the test commands.
print ("These requirements are demonstrated specifically by the test scripts")
print ("and more generally by the REGISTRY task itself.")
print ("")
print ("")
|