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

Diff for /pegasus/TestMakefile between version 1.78.4.1 and 1.79

version 1.78.4.1, 2007/12/14 20:47:54 version 1.79, 2007/01/11 16:21:51
Line 299 
Line 299 
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile runCBATestSuites         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile runCBATestSuites
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_SDK_TS1         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_SDK_TS1
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_ExportClientSSL_TS1         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_ExportClientSSL_TS1
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_idleConnectionTimeout1  
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile run_idleConnectionTimeout2  
  
 ##################### #####################
 # #
Line 339 
Line 337 
 # alltests # alltests
 # #
 alltests: unittests servertests alltests: unittests servertests
 ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)  ifeq ($(OS_TYPE),windows)
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstop         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstop
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile uninstall         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile uninstall
 endif endif
Line 671 
Line 669 
  
  
 ############################################################################### ###############################################################################
 ##  idleConnectionTimeout Test Suite 1:  uses ChunkingStressProvider Tests  
 ##  
 ##  Configuration Options: idleConnectionTime=55  
 ##  
 ###############################################################################  
 IDLE_CONNECTION_TIMEOUT_1_CONFIG_OPTIONS = idleConnectionTimeout=55  
 IDLE_CONNECTION_TIMEOUT_1_TEST_CMDS = \  
         $(MAKE)@@--directory \  
             $(PEGASUS_ROOT)/src/Providers/TestProviders/ChunkingStressProvider/testclient \  
             -f@@Makefile@@poststarttests  
 run_idleConnectionTimeout1: FORCE  
         $(MAKE) -f $(PEGASUS_ROOT)/TestMakefile runTestSuite \  
             CIMSERVER_CONFIG_OPTIONS="$(IDLE_CONNECTION_TIMEOUT_1_CONFIG_OPTIONS)" \  
             TESTSUITE_CMDS="$(IDLE_CONNECTION_TIMEOUT_1_TEST_CMDS)"  
 ###############################################################################  
   
   
 ###############################################################################  
 ##  idleConnectionTimeout Test Suite 2:  uses IdleConnectionTimeout client test  
 ##  
 ##  Configuration Options: idleConnectionTime=6  
 ##  
 ###############################################################################  
 IDLE_CONNECTION_TIMEOUT_2_CONFIG_OPTIONS = idleConnectionTimeout=6  
 IDLE_CONNECTION_TIMEOUT_2_TEST_CMDS = \  
         $(MAKE)@@--directory \  
             $(PEGASUS_ROOT)/src/Pegasus/Client/tests/IdleConnectionTimeout/ \  
             -f@@Makefile@@timeoutTest@@IDLETIME=10  
 run_idleConnectionTimeout2: FORCE  
         $(MAKE) -f $(PEGASUS_ROOT)/TestMakefile runTestSuite \  
             CIMSERVER_CONFIG_OPTIONS="$(IDLE_CONNECTION_TIMEOUT_2_CONFIG_OPTIONS)" \  
             TESTSUITE_CMDS="$(IDLE_CONNECTION_TIMEOUT_2_TEST_CMDS)"  
 ###############################################################################  
   
   
 ###############################################################################  
 ##  cimsub CLI Test Suite 1:  PG_InterOp Tests ##  cimsub CLI Test Suite 1:  PG_InterOp Tests
 ## ##
 ##  Configuration Options: (none) ##  Configuration Options: (none)


Legend:
Removed from v.1.78.4.1  
changed lines
  Added in v.1.79

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2