Skip to content

Docker based strategy for building, deploying, and testing lexevs, lexevs-remote, and lexevs-service (CTS2).

Notifications You must be signed in to change notification settings

safrant/lexevs-system-test

This branch is up to date with lexevs/lexevs-system-test:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

33a8174 · Feb 17, 2022
Oct 31, 2019
May 17, 2019
Feb 16, 2022
Jan 30, 2018
Nov 12, 2019
Jan 16, 2020
Nov 12, 2019
Nov 20, 2019
Jun 4, 2019
May 20, 2019
Feb 5, 2020
Apr 21, 2021
Jan 30, 2018
Apr 21, 2021
Jun 20, 2016
Jan 16, 2018
Jun 8, 2021
Apr 21, 2021
Jan 28, 2022

Repository files navigation

LexEVS System Test

Docker based strategy for building, deploying, and testing lexevs, lexevs-remote, and lexevs-service (CTS2).

prerequisites

Docker must be installed to run the LexEVS System Tests.

Usage

  • Clone this repository.
  • CD to lexevs-system-test
  • In a Docker enabled command line, run the test shell script.

Run the system tests, using all default git branches and repositories.

.\test.sh

Git branches and repositories can be passed in when running the test script.
Note: Either specify all git branches and repositories or none (leave blank).

The following is the specific order of the parameters that need to passed in:

  • LEXEVS_BRANCH - LexEVS git branch. Default: dev
  • LEXEVS_REPO - LexEVS git repository. Default: https://github.com/lexevs/lexevs.git
  • LEXEVS_REMOTE_BRANCH - LexEVS Remote API branch. Default: dev
  • LEXEVS_REMOTE_REPO - LexEVS Remote API repository. Default: https://github.com/lexevs/lexevs-remote.git
  • URI_RESOLVER_TAG - URI Resolver tag. Default: tags/v1.0.0.FINAL
  • URI_RESOLVER_REPO URI Resolver repository. Default: https://github.com/cts2/URI_Resolver.git
  • LEXEVS_SERVICE_BRANCH - LexEVS Service (CTS2) branch. Default: dev
  • LEXEVS_SERVICE_REPO - LexEVS Service (CTS2) repository. Default: https://github.com/cts2/lexevs-service.git
  • NCI_DOCKER_USER - NCI Nexus Docker hub ID
  • NCI_DOCKER_PW - NCI Nexus Docker hub PW
  • TEST_OPTIONS - Options to skip CTS2 tests and/or LexEVS Remote API tests. This can be entered as -skipCts2 to skip CTS2 tests, -skipRemote to skip Remote API tests, or -skipCts2-skipRemote to skip bother

Example call: Run the system tests, specifying the git branches and repositories:

.\test.sh dev https://github.com/lexevs/lexevs.git dev https://github.com/lexevs/lexevs-remote.git tags/v1.0.0.FINAL https://github.com/cts2/URI_Resolver.git dev https://github.com/cts2/lexevs-service.git nci_docker_user nci_docker_pw -skipCts2-skipRemote

About

Docker based strategy for building, deploying, and testing lexevs, lexevs-remote, and lexevs-service (CTS2).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.7%
  • Shell 38.2%
  • Dockerfile 7.1%