(file) Return to Makefile.ReleaseTest CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/Makefile.ReleaseTest between version 1.17.4.1 and 1.24

version 1.17.4.1, 2007/04/20 18:31:21 version 1.24, 2007/09/11 17:38:18
Line 105 
Line 105 
    libIndicationStressTestConsumer \    libIndicationStressTestConsumer \
    libIndicationStressTestProvider    libIndicationStressTestProvider
  
   ifdef PEGASUS_USE_NET_SNMP
      PEGASUS_TEST_PROVIDERS += \
         libIndicationTestProvider
   endif
   
 POSTSTARTTEST_FILES = \ POSTSTARTTEST_FILES = \
    TestClient \    TestClient \
    TestOSTestClient \     TestClientOSProvider \
    TestPegClientInvokeMethod2 \    TestPegClientInvokeMethod2 \
    TestIndicationStressTest    TestIndicationStressTest
  
   ifdef PEGASUS_USE_NET_SNMP
      POSTSTARTTEST_FILES += \
         TestSnmpHandler
   endif
   
 POSTSTARTTEST_CMDS = \ POSTSTARTTEST_CMDS = \
    $(PEGASUS_TEST_DIR)/bin/TestClient@@-local \    $(PEGASUS_TEST_DIR)/bin/TestClient@@-local \
    $(PEGASUS_TEST_DIR)/bin/TestOSTestClient \     $(PEGASUS_TEST_DIR)/bin/TestClientOSProvider \
    $(PEGASUS_TEST_DIR)/bin/TestPegClientInvokeMethod2 \    $(PEGASUS_TEST_DIR)/bin/TestPegClientInvokeMethod2 \
    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@setup@@WQL \     $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@IndicationStressTestClass@@test/TestProvider@@setup@@WQL \
    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@run@@100@@1 \     $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@IndicationStressTestClass@@test/TestProvider@@run@@100@@1 \
    $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@cleanup     $(PEGASUS_TEST_DIR)/bin/TestIndicationStressTest@@IndicationStressTestClass@@test/TestProvider@@cleanup
   
   ifdef PEGASUS_USE_NET_SNMP
      POSTSTARTTEST_CMDS += \
      $(PEGASUS_TEST_DIR)/bin/TestSnmpHandler@@setup@@WQL \
      $(PEGASUS_TEST_DIR)/bin/TestSnmpHandler@@run@@4@@2 \
      $(PEGASUS_TEST_DIR)/bin/TestSnmpHandler@@cleanup \
      $(PEGASUS_TEST_DIR)/bin/TestSnmpHandler@@removelog
   endif
  
 TESTSUITE_CMDS_1 = \ TESTSUITE_CMDS_1 = \
    $(MAKE)@@poststarttests    $(MAKE)@@poststarttests
Line 277 
Line 295 
         $(RMDIRHIER) $(PEGASUS_STAGING_DIR)$(PEGASUS_TEST_REPOSITORY_DIR)/$(PEGASUS_TEST_REPOSITORY_NAME)         $(RMDIRHIER) $(PEGASUS_STAGING_DIR)$(PEGASUS_TEST_REPOSITORY_DIR)/$(PEGASUS_TEST_REPOSITORY_NAME)
         $(MKDIRHIER) $(PEGASUS_STAGING_DIR)$(PEGASUS_TEST_REPOSITORY_DIR)/$(PEGASUS_TEST_REPOSITORY_NAME)         $(MKDIRHIER) $(PEGASUS_STAGING_DIR)$(PEGASUS_TEST_REPOSITORY_DIR)/$(PEGASUS_TEST_REPOSITORY_NAME)
         $(MKDIRHIER) $(PEGASUS_STAGING_DIR)$(PEGASUS_TEST_REPOSITORY_DIR)/$(PEGASUS_TEST_REPOSITORY_NAME)/tog-pegasus-testrepository         $(MKDIRHIER) $(PEGASUS_STAGING_DIR)$(PEGASUS_TEST_REPOSITORY_DIR)/$(PEGASUS_TEST_REPOSITORY_NAME)/tog-pegasus-testrepository
           $(CHMOD) 777 $(PEGASUS_STAGING_DIR)$(PEGASUS_TEST_REPOSITORY_DIR)/$(PEGASUS_TEST_REPOSITORY_NAME)
         $(MAKE) --directory=$(ROOT)/Schemas/Pegasus -f Makefile REPOSITORY_DIR=$(PEGASUS_STAGING_DIR)$(PEGASUS_TEST_REPOSITORY_DIR) \         $(MAKE) --directory=$(ROOT)/Schemas/Pegasus -f Makefile REPOSITORY_DIR=$(PEGASUS_STAGING_DIR)$(PEGASUS_TEST_REPOSITORY_DIR) \
                    REPOSITORY_NAME=$(PEGASUS_TEST_REPOSITORY_NAME) repository                    REPOSITORY_NAME=$(PEGASUS_TEST_REPOSITORY_NAME) repository
         $(MAKE) --directory=$(ROOT)/src/Providers/sample/Load -f Makefile REPOSITORY_DIR=$(PEGASUS_STAGING_DIR)$(PEGASUS_TEST_REPOSITORY_DIR) \         $(MAKE) --directory=$(ROOT)/src/Providers/sample/Load -f Makefile REPOSITORY_DIR=$(PEGASUS_STAGING_DIR)$(PEGASUS_TEST_REPOSITORY_DIR) \
Line 309 
Line 328 
         @$(ECHO-E) "%files test"  >> $(PEGASUS_RPM_SPEC_FILE_PATH)         @$(ECHO-E) "%files test"  >> $(PEGASUS_RPM_SPEC_FILE_PATH)
         @$(ECHO-E) "%defattr(-,$(INSTALL_USR),$(INSTALL_GRP),-)" >> $(PEGASUS_RPM_SPEC_FILE_PATH)         @$(ECHO-E) "%defattr(-,$(INSTALL_USR),$(INSTALL_GRP),-)" >> $(PEGASUS_RPM_SPEC_FILE_PATH)
         @$(ECHO-E) "$(PEGASUS_TEST_DIR)" >> $(PEGASUS_RPM_SPEC_FILE_PATH)         @$(ECHO-E) "$(PEGASUS_TEST_DIR)" >> $(PEGASUS_RPM_SPEC_FILE_PATH)
           @$(ECHO-E) "%defattr($(Prw_______),$(CIMSERVERMAIN_USR)," \
               "$(CIMSERVERMAIN_GRP),$(Prwx______))" \
               >> $(PEGASUS_RPM_SPEC_FILE_PATH)
         @$(ECHO-E) "$(PEGASUS_TEST_REPOSITORY_DIR)/$(PEGASUS_TEST_REPOSITORY_NAME)" \         @$(ECHO-E) "$(PEGASUS_TEST_REPOSITORY_DIR)/$(PEGASUS_TEST_REPOSITORY_NAME)" \
                        >> $(PEGASUS_RPM_SPEC_FILE_PATH)                        >> $(PEGASUS_RPM_SPEC_FILE_PATH)
         @$(ECHO-E) "%endif" >> $(PEGASUS_RPM_SPEC_FILE_PATH)         @$(ECHO-E) "%endif" >> $(PEGASUS_RPM_SPEC_FILE_PATH)


Legend:
Removed from v.1.17.4.1  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2