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 7 Current »

Purpose

Install the components required to enable unit testing of Server Jobs for a specific DataStage project.

Syntax

NOTE: The username argument expects an Engine tier OS (Information Server) user, not a DataStage user. E.g: dsadm

Example

C:\> mettleci unittest install-server-test-harness ^
  -server my-engn.datamigrators.io ^
  -project dstage1 ^
  -username dsadm ^
  -password mypassword ^
MettleCI Command Line (build 199)
(C) 2018-2022 Data Migrators Pty Ltd
Changing 'Command' logger level from INFO to INFO
Changing 'Shell' logger level from INFO to DEBUG
unittest install-server-test-harness (v1.0-SNAPSHOT)
Writing and Compiling routine 'DSU.ExtractArgs'
Writing and Compiling routine 'DSU.STUB'
Cataloging routine 'DSU.ExtractArgs' as 'DSU.ExtractArgs'
Cataloging routine 'DSD_RUN.B' as 'DSD.RUN_ORIG'
Cataloging routine 'DSU.STUB' as 'DSD.RUN'
Install complete.
C:\>
  • No labels