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

Diff for /pegasus/TestMakefile between version 1.112 and 1.113.2.1

version 1.112, 2012/07/30 11:18:25 version 1.113.2.1, 2012/10/26 07:11:58
Line 320 
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 560 
Line 561 
 ##  Configuration Options:  (none for cimserver) ##  Configuration Options:  (none for cimserver)
 ##     wsevensink should be installed as the wsman listner. ##     wsevensink should be installed as the wsman listner.
 ## ##
   ##  There is no WSMAN listner in OP as of now. Therefore, wseventsink of
   ##  openwsman is used. This is available only on Linux. On other OSes, the
   ##  destination of the subcription/indication should be changed to a Linux
   ##  system where wseventsink is running.
   ##  Once we have a wsman listner in OP we include this test in Nigthly tests.
   ##  As of now, this has to be run explicitly.
   ##
 ############################################################################### ###############################################################################
 ifdef PEGASUS_PLATFORM_LINUX_GENERIC_GNU  ifeq ($(OS),linux)
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true) ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)
 INDWSMAN_CONFIG_OPTIONS = enableHttpsConnection=true enableAuthentication=false INDWSMAN_CONFIG_OPTIONS = enableHttpsConnection=true enableAuthentication=false
 INDWSMAN_TS1a_TEST_CMDS = \ INDWSMAN_TS1a_TEST_CMDS = \
Line 965 
Line 973 
  
  
 ############################################################################# #############################################################################
   #
   # 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.112  
changed lines
  Added in v.1.113.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2