FrontPage 

Fuego wiki

Login or create account

Functional.fuego release test in split format

Description [edit section]

= Description =
Functional.fuego_release_test is a Fuego selftest, intended to be run immediately before a release to test a Fuego/Jenkins integration.
Functional.fuego_release_test is a Fuego selftest, intended to be run
immediately before a release to test a Fuego/Jenkins integration.
It builds a separate docker container, with jenkins running on another port, and then runs tests against that other container.
It builds a separate docker container, with jenkins running on another
port, and then runs tests against that other container.

Resources [edit section]

https://bitbucket.org/fuegotest/fuego-core/src/master/tests/Functional.fuego_release_test/README.md
= Resources =
 * See the README for this test at: https://bitbucket.org/fuegotest/fuego-core/src/master/tests/Functional.fuego_release_test/README.md

Results [edit section]

= Results =
As of July 2020, this test has been broken since at least January 2019.
See http://fuegotest.org/wiki/Issue_0074
See http://fuegotest.org/wiki/Issue_0074

Tags [edit section]

= Tags =
 * fuego
 * selftest

Dependencies [edit section]

= Dependencies =

Status [edit section]

= Status =
 * not OK

Notes [edit section]

= Notes =

How to run [edit section]

== How to run ==
In order to run the test, you need to build your initial container with
Dockerfile.test instead of Dockerfile.  Otherwise, you will not have
the needed components in the Fuego docker container for the test.
The following is a guess as to the correct sequence: * ./fuego-host-scripts/docker-build-image.sh fuego 8090 Dockerfile * ./fuego-host-scripts/docker-build-image.sh fuego-test 8090 Dockerfile.test * ./fuego-host-scripts/docker-create-container.sh fuego-test fuego-test-container * ./start.sh fuego-test-container * ftc add-node -b fuego-test * ftc add-job -b fuego-test -t Functional.fuego_release_test * ftc build-job fuego-test.default.Functional.fuego_release_test
The following is a guess as to the correct sequence:
 * ./fuego-host-scripts/docker-build-image.sh fuego 8090 Dockerfile
 * ./fuego-host-scripts/docker-build-image.sh fuego-test 8090 Dockerfile.test
 * ./fuego-host-scripts/docker-create-container.sh fuego-test fuego-test-container
 * ./start.sh fuego-test-container
 * ftc add-node -b fuego-test
 * ftc add-job -b fuego-test -t Functional.fuego_release_test
 * ftc build-job fuego-test.default.Functional.fuego_release_test
TBWiki engine 1.8.3 by Tim Bird