diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /vo/votest/tests/req_4.2.cl | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
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+) + |