commit | 3e8e9484326ac3e8dbb4607f8c91fe3cf0bc9270 | [log] [tgz] |
---|---|---|
author | Carlos Sanchez <carlos@apache.org> | Wed Apr 20 13:04:48 2016 +0200 |
committer | Carlos Sanchez <carlos@apache.org> | Wed Apr 20 13:04:48 2016 +0200 |
tree | bcb26de76e579f20a2acf95d496294d12daa2228 | |
parent | d393aa62f1b97bc0c7f049eb88f0eead66cb9767 [diff] [blame] |
Add test for plugins.sh execution
diff --git a/tests/tests.bats b/tests/tests.bats index bc42afc..cddd57f 100644 --- a/tests/tests.bats +++ b/tests/tests.bats
@@ -51,6 +51,10 @@ bash -c "curl -fsSL $(get_jenkins_url)/systemInfo | sed 's/<\/tr>/<\/tr>\'$'\n/g' | grep '<td class=\"pane\">user.timezone</td>' | sed -e '${sed_expr}'" } +@test "Derived image with plugins.txt" { + docker build -t $SUT_IMAGE-plugins $BATS_TEST_DIRNAME/plugins +} + @test "clean test containers" { cleanup $SUT_CONTAINER }