Skip to content

TJuliaV/Test

Repository files navigation

test-integration

Test Integration searches for Trackor by Trackor Type and Trackor Key specified in the settings file. If the Trackor is not found - creates a new Trackor.

Integration Test consist of two python files, TestIntegration.py and OVIntegration.py. OVIntegration.py contains methods for working with API. IntegrationTest.py is python script for executing the integration.

PasswordFile.json should be in integration directory. PasswordFile.json contains login, password, url, trackorType and trackorKey for

Integration Test retrieves Process Id from ihub_process_id file for adding logs. ihub_process_id is put into integration directory at each integration run.

Requirements

Usage

Create new integration with the following fields:

PasswordFile.json

{
  "UserName":"amoiseenko",
  "Password":"***",
  "URL":"http://localhost:8080",
  "TrackorType" : "TrackorType",
  "TrackorKey" : "TrackorKey"
}

About

Version 1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages