# IBM DB Test Suite * Connection info must be specified in the environment. For example, by sourcing the following ENV Vars: export IBM_DB_DBNAME= export IBM_DB_UID= export IBM_DB_PWD= export IBM_DB_HOSTNAME= export IBM_DB_PORT= * OR, If not using ENV Vars,Update connection info in ibm_db/test/config.json file. * Connection info set in ENV vars will take priority over connection info in config.json file, if connection info is set at both places. * If installing ibm_db on z/OS natively, update connection info in config.zos.json file. * If target Db2 server for connection is z/OS, set environment variable IBM_DB_SERVER_TYPE = "ZOS" and update connection info in config.zos.json file.