blob: 6df2122bf2a87601bc88858325016a67c574e1d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# Registry query in multiple ways.
# Set the test description string.
votest.descr = "Registry query in multiple ways."
print ("------------------------------------------------------------------")
print ("Req 3.3: Users shall be able to refer to a VO Resource (in tasks")
print (" requiring a Resource parameter) in multiple ways:")
print ("------------------------------------------------------------------")
fcache init
# Execute the test commands.
print ("This requirement is demonstrated by the sub-tests.\n")
|