blob: 8ced2a2da5cb1b12149c2bb11562c8e6c571213a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Query Registry with constraints.
# Set the test description string.
votest.descr = "Query Registry with constraints."
print ("------------------------------------------------------------------")
print ("Req 3.1: Users shall be able to constrain the results of a search")
print (" by supplying additional parameters to a query (e.g. ")
print (" bandpass, service type, etc).")
print ("------------------------------------------------------------------")
# Execute the test commands.
registry ("chandra", type="image", bandpass="x-ray", interactive=no)
|