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

Diff for /pegasus/TestMakefile between version 1.89.14.2 and 1.94

version 1.89.14.2, 2008/11/20 01:16:12 version 1.94, 2008/11/15 01:02:37
Line 174 
Line 174 
 repositoryServer: FORCE repositoryServer: FORCE
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstop         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstop
         $(SLEEP) 5         $(SLEEP) 5
         $(RMDIRHIER) $(REPOSITORY_ROOT)          $(RMREPOSITORY) $(REPOSITORY_ROOT)
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i cimstart
         $(SLEEP) 5         $(SLEEP) 5
         $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile repositoryServer         $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile repositoryServer
Line 547 
Line 547 
 ##         we are providing a dummy password. ##         we are providing a dummy password.
 ## ##
 ############################################################################### ###############################################################################
 SSL_IPV4_TS1_CONFIG_OPTIONS = enableHttpsConnection=true  SSL_IPV4_TS1_CONFIG_OPTIONS = enableHttpsConnection=true \
         enableAuthentication=false
 SSL_IPV4_TS1_CMD_1 = \ SSL_IPV4_TS1_CMD_1 = \
         osinfo -s -w notapassword -h 127.0.0.1 -p 5989         osinfo -s -w notapassword -h 127.0.0.1 -p 5989
 SSL_IPV4_TS1_CMD_2 = \ SSL_IPV4_TS1_CMD_2 = \
Line 581 
Line 582 
 ##         on certain versions. ##         on certain versions.
 ## ##
 ############################################################################### ###############################################################################
 SSL_IPV6_TS1_CONFIG_OPTIONS = enableHttpsConnection=true  SSL_IPV6_TS1_CONFIG_OPTIONS = enableHttpsConnection=true \
         enableAuthentication=false
 SSL_IPV6_TS1_CMD_1 = \ SSL_IPV6_TS1_CMD_1 = \
         osinfo -s -w notapassword -h ::1 -p 5989         osinfo -s -w notapassword -h ::1 -p 5989
 SSL_IPV6_TS1_CMD_2 = \ SSL_IPV6_TS1_CMD_2 = \
Line 1162 
Line 1164 
         $(USAGE)"ControlProvider"         $(USAGE)"ControlProvider"
         $(USAGE)"AsyncOpNode"         $(USAGE)"AsyncOpNode"
         $(USAGE)"CIMOMHandle"         $(USAGE)"CIMOMHandle"
         $(USAGE)"BinaryMessageHandler"  
         $(USAGE)"L10N"         $(USAGE)"L10N"
         $(USAGE)"ExportClient"         $(USAGE)"ExportClient"
         $(USAGE)"Listener"         $(USAGE)"Listener"
Line 1252 
Line 1253 
 standardtests: FORCE standardtests: FORCE
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i DisableSecurity         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile -i DisableSecurity
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile TestCimmof         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile TestCimmof
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile TestNoSecurity  #       $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile TestNoSecurity
           $(MAKE) --directory=$(PEGASUS_ROOT) -f Makefile repository testrepository
 ifndef PEGASUS_DISABLE_PRIVILEGED_TESTS ifndef PEGASUS_DISABLE_PRIVILEGED_TESTS
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile EnableAuthentication         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile EnableAuthentication
         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile TestLocalSecurity         $(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile TestLocalSecurity
Line 1380 
Line 1382 
         $(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) 5         $(SLEEP) 5
  
 ###############################################################################  
 ##  
 ## check_for_cores - used to search for core files in the build environment.  
 ##  
 ## This option will search (1) each source directory, (2) the PEGASUS_CORE_DIR  
 ## if it is defined and (3) the PEGASUS_TMP directory.  
 ##  
 ###############################################################################  
 CORE_FILE_LIST = $(PEGASUS_HOME)/CoreFileList  
   
 check_core_search_results:  
 ifneq ($(wildcard $(CORE_FILE_LIST)), )  
         @$(ECHO) "*** One or more core files found. ***"  
         @$(CAT) $(CORE_FILE_LIST)  
         @exit 1  
 endif  
   
 ifdef PEGASUS_CORE_DIR  
    CORE_FILES_IN_CORE_DIR = \  
        $(wildcard $(PEGASUS_CORE_DIR)/$(PLATFORM_CORE_PATTERN))  
 endif  
 ifdef PEGASUS_TMP  
    CORE_FILES_IN_TMP_DIR = \  
        $(wildcard $(PEGASUS_TMP)/$(PLATFORM_CORE_PATTERN))  
 endif  
   
 generate_core_file_list:  
         @$(RM) $(CORE_FILE_LIST)  
         @$(MAKE) -s directory=$(PEGASUS_ROOT) general OPTION=CORE_SEARCH \  
             CORE_FILE_LIST=$(CORE_FILE_LIST)  
 ifdef PEGASUS_CORE_DIR  
    ifneq ($(CORE_FILES_IN_CORE_DIR), )  
         @$(ECHO) $(CORE_FILES_IN_CORE_DIR) >> $(CORE_FILE_LIST)  
    endif  
 endif  
 ifdef PEGASUS_TMP  
    ifneq ($(CORE_FILES_IN_TMP_DIR), )  
         @$(ECHO) $(CORE_FILES_IN_TMP_DIR) >> $(CORE_FILE_LIST)  
    endif  
 endif  
   
 check_for_cores:  
         @$(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile \  
             generate_core_file_list  
         @$(MAKE) --directory=$(PEGASUS_ROOT) -f TestMakefile \  
             check_core_search_results  


Legend:
Removed from v.1.89.14.2  
changed lines
  Added in v.1.94

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2