lp:~bryce/+git/server-test-scripts

Owned by Bryce Harrington
Get this repository:
git clone https://git.launchpad.net/~bryce/+git/server-test-scripts
Only Bryce Harrington can upload to this repository. If you are Bryce Harrington please log in for upload directions.

Branches

Name Last Modified Last Commit
bind9-tests 2021-09-10 20:40:43 UTC
OCI: Promote docker_run_server() to helper and rename

Author: Bryce Harrington
Author Date: 2021-09-10 20:40:43 UTC

OCI: Promote docker_run_server() to helper and rename

All tests implement a run_container_server() function to startup the
software under test for DOCKER_IMAGE. These are all behaviorally
identical yet vary in implementation, most notably in how the --name
parameter is specified.

This adds an equivalent, generalized function as a helper routine with a
superset of the functionality provided in the various implementations.

The new helper function is renamed to run_container_server() both to
allow its introduction without conflicting with existing test
implementations, and to match the nomenclature style of test_helper.sh's
existing routines, i.e. stop_container_sync() and
wait_container_ready().

11 of 1 result
This repository contains Public information 
Everyone can see this information.

Subscribers