Page Properties |
---|
|
Namespace | unittest |
---|
Command | uninstall-server-test-harness |
---|
Plugin Name | unittest |
---|
Plugin File | dm-dstest-plugin.jar |
---|
Credentials | IS/DS |
---|
Windows Client | - |
---|
|
Purpose
Uninstall the Server unit testing components for a specific DataStage project.
Syntax
Include Page |
---|
| unittest uninstall-server-test-harness command syntax |
---|
| unittest uninstall-server-test-harness command syntax |
---|
|
Note |
---|
NOTE: The username argument expects an Engine tier OS (Information Server) user, not a DataStage user. Ee.g: dsadm . |
Example
Code Block |
---|
C:\> mettleci unittest uninstall-server-test-harness ^
-domain services.datamigrators.io:9443 ^
-server engine.datamigrators.io ^
-project dstage1 ^
-username isadmin ^
-password password
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 uninstall-server-test-harness (v1.0-SNAPSHOT)
Decataloging program 'DSD.RUN'
Cataloging routine 'DSD_RUN.B' as 'DSD.RUN'
Decataloging program 'DSU.ExtractArgs'
Decataloging program 'DSD.RUN_ORIG'
Deleting routine 'DSU.ExtractArgs'
Deleting routine 'DSU.STUB'
Uninstall complete.
C:\> |