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

Diff for /pegasus/TestMakefile between version 1.111 and 1.112

version 1.111, 2012/07/03 15:23:09 version 1.112, 2012/07/30 11:18:25
Line 103 
Line 103 
         $(USAGE)"slptests                - Executes the slptests"         $(USAGE)"slptests                - Executes the slptests"
         $(USAGE)"run_Cmpi_Sub            - Executes the CMPI subscription tests"         $(USAGE)"run_Cmpi_Sub            - Executes the CMPI subscription tests"
         $(USAGE)         $(USAGE)
           $(USAGE)"The following requires wseventsink to be installed on the server and is not run"
           $(USAGE)"as part of Primary target tests suites."
           $(USAGE)"run_WSMAN_TS            - Executes the WSMAN indication deliver test"
  
  
 ########################################################## ##########################################################
Line 552 
Line 555 
  
  
 ############################################################################### ###############################################################################
   ##  WSMAN Indication test suite : WSMAN Indication Testing over HTTPS
   ##
   ##  Configuration Options:  (none for cimserver)
   ##     wsevensink should be installed as the wsman listner.
   ##
   ###############################################################################
   ifdef PEGASUS_PLATFORM_LINUX_GENERIC_GNU
   ifeq ($(PEGASUS_ENABLE_PROTOCOL_WSMAN),true)
   INDWSMAN_CONFIG_OPTIONS = enableHttpsConnection=true enableAuthentication=false
   INDWSMAN_TS1a_TEST_CMDS = \
           $(MAKE)@@--directory=$(PEGASUS_ROOT)/src/Providers/TestProviders/IndicationTestProvider/wsmanTestClient@@-f@@Makefile@@runWSMANtests
   
   run_WSMAN_TS: FORCE
           $(MAKE) -f $(PEGASUS_ROOT)/TestMakefile runTestSuite \
               CIMSERVER_CONFIG_OPTIONS="$(INDWSMAN_CONFIG_OPTIONS)" \
               TESTSUITE_CMDS="$(INDWSMAN_TS1a_TEST_CMDS)"
   endif
   endif
   
   ###############################################################################
  
 ############################################################################### ###############################################################################
 ##  SSL IPv4 Test Suite : Tests SSL connections for IPv4 ##  SSL IPv4 Test Suite : Tests SSL connections for IPv4


Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2