(file) Return to clitests CVS log (file) (dir) Up to [Pegasus] / pegasus / test / TestProviders / ExceptionsTest

 1 s.soni 1.1 #!/bin/bash
 2            
 3            # 
 4            # The following set of commands tests the new Classes configured through the
 5            # Test provider interface. If the ProviderModule registers one or more test 
 6            # providers and every provider has in turn multiple classes within itself then
 7            # the following set should be run for each and every class of all the providers.
 8            
 9            namespace="root/SampleProvider"
10            
11            
12            #enumerateinstances
13            CLI -v ei -n $namespace ExceptionsTestClass 2>&1 | tee CLI.output
14            
15            #enumerateclasses
16            CLI -v ec -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output
17            
18            #enumerateinstancenames
19            CLI -v ni -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output
20            
21            #enumerateclassnames
22 s.soni 1.1 CLI -v nc -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output
23            
24            #getclass
25            CLI -v gc -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output
26            
27            #getinstance
28            CLI -v gi -n $namespace ExceptionsTestClass 2>&1 | tee -a CLI.output

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2