Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Purpose

Generates a MettleCI Unit Test for one or more specified DataStage Jobs.

The optional -check-row-count-only flag will cause the generation of unit tests which check row counts, rather than the default option which is to compare data row-by-row.

Syntax

Example

$> mettleci unittest generate \
   -assets /opt/dm/mci/jobs \
   -joblist ./joblist.txt \
   -specs /opt/dm/mci/testspecs


  • No labels