(file) Return to TestMakefile CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/TestMakefile between version 1.1 and 1.4

version 1.1, 2002/07/15 06:22:11 version 1.4, 2002/09/17 05:51:47
Line 37 
Line 37 
   TESTS = prestarttests   TESTS = prestarttests
 endif endif
  
 ifeq ($(PEGASUS_PLATFORM),HPUX_PARISC_ACC)  ifeq ($(OS),HPUX)
   CIMSERVER_START_SERVICE = cimserver   CIMSERVER_START_SERVICE = cimserver
   CIMSERVER_STOP_SERVICE = cimserver -s   CIMSERVER_STOP_SERVICE = cimserver -s
   SLEEP = sleep 5   SLEEP = sleep 5
Line 173 
Line 173 
         $(MAKE) -f TestMakefile TestNoSecurity         $(MAKE) -f TestMakefile TestNoSecurity
         $(MAKE) -f TestMakefile EnableAuthentication         $(MAKE) -f TestMakefile EnableAuthentication
         $(MAKE) -f TestMakefile TestLocalSecurity         $(MAKE) -f TestMakefile TestLocalSecurity
           $(MAKE) -f TestMakefile TestRemoteSecurity
           $(MAKE) -f TestMakefile EnableAuthorization
           $(MAKE) -f TestMakefile TestAuthorization
  
 TestNoSecurity: TestNoSecurity:
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile tests         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile tests
Line 187 
Line 190 
         $(MAKE) --directory=$(PEGASUS_ROOT)/test/wetest/static -f Makefile poststarttests HOSTNAME=-h$(system) USER=-uguest PASSWORD=-wguest SECURITY_ENABLED=true         $(MAKE) --directory=$(PEGASUS_ROOT)/test/wetest/static -f Makefile poststarttests HOSTNAME=-h$(system) USER=-uguest PASSWORD=-wguest SECURITY_ENABLED=true
  
 TestAuthorization: TestAuthorization:
         $(MAKE) -f TestMakefile EnableAuthorization          DeleteNamespace -a -user guest -password guest
         DeleteNamespace -a  
         $(MAKE) -f TestMakefile RunTestClientLocal         $(MAKE) -f TestMakefile RunTestClientLocal
           TestClient -user guest -password guest $(system):5988
           $(MAKE) --directory=$(PEGASUS_ROOT)/test/wetest/static -f Makefile poststarttests HOSTNAME=-h$(system) USER=-uguest PASSWORD=-wguest SECURITY_ENABLED=true
  
 TestSubscriptions: TestSubscriptions:
         $(MAKE) -f TestMakefile DisableSecurity         $(MAKE) -f TestMakefile DisableSecurity


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2