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

Diff for /pegasus/TestMakefile between version 1.106.2.4 and 1.113

version 1.106.2.4, 2013/11/05 19:36:41 version 1.113, 2012/09/04 14:48:26
Line 291 
Line 291 
  
 serversuite: FORCE serversuite: FORCE
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Pegasus/Server/tests -f Makefile commandtests         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Pegasus/Server/tests -f Makefile commandtests
 ifeq ($(PEGASUS_ENABLE_SLP),true)  
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/slp/tests/srv_reg/ -f Makefile tests  
 endif  
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile cimstart         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile cimstart
         $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile poststarttests         $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile poststarttests
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile TestBinRepository         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile TestBinRepository
Line 323 
Line 320 
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_providerLifecycleIndicationTests         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_providerLifecycleIndicationTests
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile startcimListenAddress         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile startcimListenAddress
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_interfaceRestrictionTest         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_interfaceRestrictionTest
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_providerReregisterTests  
  
 ##################### #####################
 # #
Line 383 
Line 379 
 ## ##
 ############################################################################### ###############################################################################
 ifeq ($(PEGASUS_DEFAULT_ENABLE_OOP),true) ifeq ($(PEGASUS_DEFAULT_ENABLE_OOP),true)
 OOP_TS1_CONFIG_OPTIONS = forceProviderProcesses=false traceLevel=5 traceComponents=all  OOP_TS1_CONFIG_OPTIONS = forceProviderProcesses=false
 else else
 OOP_TS1_CONFIG_OPTIONS = forceProviderProcesses=true traceLevel=5 traceComponents=all  OOP_TS1_CONFIG_OPTIONS = forceProviderProcesses=true
 endif endif
  
 ifeq ($(PEGASUS_ENABLE_PRIVILEGE_SEPARATION),true) ifeq ($(PEGASUS_ENABLE_PRIVILEGE_SEPARATION),true)
Line 394 
Line 390 
     # providers that register with UserContext = 5 (CIM Server).  The only     # providers that register with UserContext = 5 (CIM Server).  The only
     # case of this in the automated tests is the UserContextTestProvider.     # case of this in the automated tests is the UserContextTestProvider.
     OOP_TS1_TEST_CMDS = \     OOP_TS1_TEST_CMDS = \
         $(MAKE)@@--directory=$(PEGASUS_ROOT)/src/Pegasus/Client/tests/pullop@@poststarttests          $(MAKE)@@--directory=$(PEGASUS_ROOT)/src/Providers/TestProviders/UserContextTestProvider/testclient@@poststarttests
 else else
     OOP_TS1_TEST_CMDS = \     OOP_TS1_TEST_CMDS = \
         $(MAKE)@@--directory=$(PEGASUS_ROOT)/src/Pegasus/Client/tests/pullop@@-f@@Makefile@@poststarttests          $(MAKE)@@--directory=$(PEGASUS_ROOT)@@-f@@Makefile@@poststarttests
 endif endif
  
 run_OOP_TS1: run_OOP_TS1:
Line 976 
Line 972 
  
  
 ############################################################################# #############################################################################
 #  
 # Provider reregistration tests.  
 #  
 ##############################################################################  
 run_providerReregisterTests:FORCE  
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstop  
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart  
         $(MAKE) --directory $(PEGASUS_ROOT)/src/Providers/TestProviders/IndicationStressTestProvider/testclient -f Makefile createSubscriptions  
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstop  
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart  
         $(MAKE) --directory $(PEGASUS_ROOT)/src/Providers/TestProviders/IndicationStressTestProvider/testclient -f Makefile reregister_providerTests  
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstop  
   
   
 #############################################################################  
 ## ##
 ## Network Interface restriction tests ## Network Interface restriction tests
 ## ##


Legend:
Removed from v.1.106.2.4  
changed lines
  Added in v.1.113

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2