Hi Product Teams,

Please note following modifications required to incorporate with
integration test modules due to latest changes introduced into test
framework. We made these changes to remove dependencies taken from Kernel &
rampart, also CarbonServerExtension (class responsible for server
management and coverage generation) moved to test framework in order to
make it available for all projects, our plan is to release TAF prior to
Kernel 4.3.0 release because Kernel is depending on TAF now.

1.* Automation.xml - package name of **CarbonServerExtension **should be
changed as follows*

<platformExecutionManager>
            <extentionClasses>
                <class>
                    <name>

*org.wso2.carbon.automation.extensions.servers.carbonserver.CarbonServerExtension*
                    </name>
                    <!--<parameter name="-DportOffset" value="0" />-->
                    <!--<parameter name="cmdArg" value="debug 5005" />-->
                </class>
                <class>
                    <name>

org.wso2.carbon.integration.common.extensions.usermgt.UserPopulateExtension
                    </name>
                    <!--<parameter name="-DportOffset" value="0" />-->
                    <!--<parameter name="cmdArg" value="debug 5005" />-->
                </class>
            </extentionClasses>
</platformExecutionManager>

2. SecurityAdminServiceClient was removed from carbon-platform-integration
and moved to carbon-platform-integration-utils. So you need to use
*org.wso2.carbon.integration.common.utils.clients.SecurityAdminServiceClient *

Pull requests send to DSS, SS, MB and CEP with necessary changes. Other
product teams please make sure to apply above mentioned changes if required.

Thanks,
Krishantha.

-- 
Krishantha Samaraweera
Senior Technical Lead - Test Automation
Mobile: +94 77 7759918
WSO2, Inc.; http://wso2.com/
lean . enterprise . middlewear.
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to