diff options
Diffstat (limited to 'vo/votest/tests/req_4.2.cl')
-rw-r--r-- | vo/votest/tests/req_4.2.cl | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/vo/votest/tests/req_4.2.cl b/vo/votest/tests/req_4.2.cl new file mode 100644 index 00000000..6ad64b53 --- /dev/null +++ b/vo/votest/tests/req_4.2.cl @@ -0,0 +1,29 @@ +# +# Query multiple resource at one position, or one resource for multiple +# positions. + +# Set the test description string. +votest.descr = "Query many svcs at one pos, or one svc for multiple positions." + + +print ("------------------------------------------------------------------") +print ("Req 4.2: Users shall be able to query multiple resources at a") +print (" single position on the sky, OR a single resource for") +print (" multiple positions.") +print ("------------------------------------------------------------------") + + +fcache init + +reset clobber = yes + +# Execute the test commands. + +# Multiple resources at a single position +vodata ("gsc2.3,dss", objects="3c273", size=0.01, + output="STDOUT", format="csv", quiet+) + +# Multiple position from a single position +vodata ("gsc2.3", objects="m82,m83,m84", size=0.01, + output="STDOUT", format="raw", quiet+) + |