Skip to content

ericssonITTEcicontrib/hajp-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAJP Test Application

This application is designed to setup the HAJP Environment and run Functional Tests

To build:

  • mvn clean package

To run:

Usage: runScript.sh [options]

Options: --runtests (optional) : Once docker containers are running, execute the hajp-test suite --testjar <location of hajp-test.jar (optional) : Defaults to ../target/hajp-test.jar --coreversion (optional) : version of core to use (leave empty for latest release, or specify SNAPSHOT) --monitorversion (optional) : version of monitor to use (leave empty for latest release, or specify SNAPSHOT) --orchestratorversion (optional) : version of orchestrator to use (leave empty for latest release, or specify SNAPSHOT) --verbose : enable verbose logging

Example command:

  • runScript.sh --runtests --coreversion=SNAPSHOT

This take the latest release versions for monitor and orchestrator and uses the SNAPSHOT version core and runs the tests.

Example Tests:

  • Please see TestDummyFeature.java for how to obtain setup information

TODO:

  • add junit listener to create test reports on disk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published