Cloud Pak for Integration

Cloud Pak for Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Testing of bar files of ACE flows on CP4I

    Posted Tue December 14, 2021 02:10 AM
    Hi ,

    We are migrating the flows from IIB to ACE and using CP4I for making it containerized. 
    We want to test the developed flows on CP4I and deployed existing the bar files on integration server.
    Please help us with the testing of the flows on the CP4I.

    Thanks and regards 
    Sneha Bobade

    ------------------------------
    Sneha Bobade
    ------------------------------


  • 2.  RE: Testing of bar files of ACE flows on CP4I

    Posted Wed December 15, 2021 02:40 AM
    Hello Sneha,

    Can you provide more information on what you would like to achieve ?
    Are you looking on how to deploy your bar file on the CP4I or how to test a flow that has been deployed on CP4I ?
    What kind of flow are you testing ? Is it a REST API ? 
    Usually flow testing is made on your toolkit while integration test are made on CP4I.

    ------------------------------
    Pierre Richelle
    IBM Hybrid Cloud Integration Specialists
    IBM
    +32474681892
    ------------------------------



  • 3.  RE: Testing of bar files of ACE flows on CP4I

    Posted Wed December 15, 2021 02:58 AM
    Hello ,

    We already deployed BAR file on CP4i and we want to test our deployed BAR File.


    ------------------------------
    Sneha Bobade
    ------------------------------



  • 4.  RE: Testing of bar files of ACE flows on CP4I

    Posted Wed December 15, 2021 04:53 AM
    Hello,

    We already deployed BAR file on CP4I and we want to test our deployed BAR File.
    Mostly our flow contains file input node, MQ input node and HTTP input node so we want to know how can we test this kind of flow on CP4I .
    Can we test unit testing of any flow on CP4I platform?

    ------------------------------
    Sneha Bobade
    ------------------------------



  • 5.  RE: Testing of bar files of ACE flows on CP4I

    Posted Thu December 16, 2021 04:20 AM
    Hello,

    Running ACE on AppConnect doesn't change fundamentally the way to unit test ACE flow.
    You would need to send a message in the system used as input to the flow (http request, message on a queue, ...).
    Alternatively you could use the new unit test framework but if would require for you to build the containers to run the unit test. Information can be found here:
    - https://github.com/tdolby-at-uk-ibm-com/ace-pipeline-demo-21-02
    - https://github.com/ot4i/ace-demo-pipeline
    - https://github.com/prichelle/pipeline-ace

    ------------------------------
    Pierre Richelle
    IBM Hybrid Cloud Integration Specialists
    IBM
    +32474681892
    ------------------------------