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

Diff for /pegasus/TestMakefile between version 1.78.2.2 and 1.78.2.3

version 1.78.2.2, 2006/12/29 07:28:22 version 1.78.2.3, 2006/12/29 22:22:02
Line 170 
Line 170 
 # #
 repositoryServer: FORCE repositoryServer: FORCE
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstop         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstop
         $(SLEEP) 10          $(SLEEP) 5
         $(RMDIRHIER) $(REPOSITORY_ROOT)         $(RMDIRHIER) $(REPOSITORY_ROOT)
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart
         $(SLEEP) 10          $(SLEEP) 5
         $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile repositoryServer         $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile repositoryServer
         $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile testrepositoryServer         $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile testrepositoryServer
  
Line 224 
Line 224 
  
  
 shortsleep: FORCE shortsleep: FORCE
         @$(SLEEP) 10          @$(SLEEP) 5
  
 #################### ####################
 # #
Line 267 
Line 267 
         @$(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile \         @$(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile \
             setupCBATestCertificates             setupCBATestCertificates
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile cimstart         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile cimstart
         $(SLEEP) 10          $(SLEEP) 5
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile ConfigureUsers         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile ConfigureUsers
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile Create_SSL_Certificate         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile Create_SSL_Certificate
 ifeq ($(PEGASUS_TEST_SDK),true) ifeq ($(PEGASUS_TEST_SDK),true)
Line 694 
Line 694 
             $(PEGASUS_ROOT)/src/Clients/cimsub/tests/testscriptInterOp \             $(PEGASUS_ROOT)/src/Clients/cimsub/tests/testscriptInterOp \
             -f Makefile cimsubTest_InterOp             -f Makefile cimsubTest_InterOp
 run_Cimsub_InterOp: FORCE run_Cimsub_InterOp: FORCE
         $(ECHO) "ATTN:MEB BEFORE"  
         $(MAKE) -f $(PEGASUS_ROOT)/TestMakefile runTestSuite \         $(MAKE) -f $(PEGASUS_ROOT)/TestMakefile runTestSuite \
             CIMSERVER_CONFIG_OPTIONS="$(CIMSUB_INTEROP_CONFIG_OPTIONS)" \             CIMSERVER_CONFIG_OPTIONS="$(CIMSUB_INTEROP_CONFIG_OPTIONS)" \
             TESTSUITE_CMDS="$(CIMSUB_INTEROP_TEST_CMDS)"             TESTSUITE_CMDS="$(CIMSUB_INTEROP_TEST_CMDS)"
         $(ECHO) "ATTN:MEB AFTER"  
  
 ############################################################################### ###############################################################################
  
Line 768 
Line 766 
 ## ##
 ## TestXMLStartServer ## TestXMLStartServer
 ## ##
 #ATTN:MEB:  
 TestXMLStartServer: FORCE TestXMLStartServer: FORCE
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run
         - $(MKDIRHIER) $(PEGASUS_HOME)/repository_xml         - $(MKDIRHIER) $(PEGASUS_HOME)/repository_xml
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart CIMSERVER_CONFIG_OPTIONS="repositoryDir=$(PEGASUS_HOME)/repository_xml"         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart CIMSERVER_CONFIG_OPTIONS="repositoryDir=$(PEGASUS_HOME)/repository_xml"
         $(SLEEP) 10          $(SLEEP) 5
  
 #### ####
 #### The following caused the cimserver to fail on startup #### The following caused the cimserver to fail on startup
Line 883 
Line 880 
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run
         - $(MKDIRHIER) $(PEGASUS_HOME)/repository_bin         - $(MKDIRHIER) $(PEGASUS_HOME)/repository_bin
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart CIMSERVER_CONFIG_OPTIONS="enableBinaryRepository=true repositoryDir=$(PEGASUS_HOME)/repository_bin"         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart CIMSERVER_CONFIG_OPTIONS="enableBinaryRepository=true repositoryDir=$(PEGASUS_HOME)/repository_bin"
         $(SLEEP) 10          $(SLEEP) 5
  
 ########################### ###########################
 ## ##
Line 1246 
Line 1243 
  
 startcimWithoutSSL: FORCE startcimWithoutSSL: FORCE
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart
         $(SLEEP) 10          $(SLEEP) 5
  
 startcimWithSSL: FORCE startcimWithSSL: FORCE
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart CIMSERVER_CONFIG_OPTIONS="enableHttpConnection=false enableHttpsConnection=true"         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart CIMSERVER_CONFIG_OPTIONS="enableHttpConnection=false enableHttpsConnection=true"
         $(SLEEP) 10          $(SLEEP) 5
  


Legend:
Removed from v.1.78.2.2  
changed lines
  Added in v.1.78.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2