/containerized-bci-qe

Primary LanguageDockerfileMIT LicenseMIT

Usage

  1. Build this image
./build.sh
  1. Clone the repository BCI-tests
git clone https://github.com/SUSE/BCI-tests.git
  1. Create a container
docker run --privileged --rm -ti --name bci -v $(pwd):/BCI-tests bci-qe bash
  1. Execute tox to test
cd BCI-tests
tox -e openjdk