Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the latest RPM distributable from the MettleCI website. The rest of these instructions assume this is located in your user’s HOME directory (~).

  2. From that directory, install the package from the shell of your DataStage Development Engine using Red Hat Package Manager (RPM)

    Code Block
    sudo rpm -U dm-unittest-harness-x.x-x.noarch.rpm
    # or for AIX...
    sudo rpm -U dm-unittest-harness-x.x-x.noarch.rpm --ignoreos
  3. Copy your MettleCI licence file into the location: /opt/dm/mci/workbench-license.txt unless the licence has already been installed by the Workbench.

Post-installation

To enable MettleCI Unit Testing for an existing DataStage project:

  1. Log into your development DataStage Engine(s) and navigate to your DataStage project folder. This would typically be:

    Code Block
    /opt/IBM/InformationServer/Server/ProjectProjects/<Your Existing Project>
  2. Add the following Environment variable definition to the DSParams file under the [EnvVarDefns] section:

    Code Block
    DM_ENABLE_UNIT_TESTING\MettleCI\-1\List/Disabled//Test//Intercept/\Disabled\3\Project\Unit Testing Configuration\

...