From b15a3a45769c3743044e7c231e6faa62c059883f Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Mar 07 2019 13:28:22 +0000 Subject: Add initial Standard Test Interface version I suggest to use semantic versioning: https://semver.org/ Relates to: https://pagure.io/fedora-ci/general/issue/28 --- diff --git a/modules/ROOT/pages/pipeline.adoc b/modules/ROOT/pages/pipeline.adoc index d3f1cf4..72a7124 100644 --- a/modules/ROOT/pages/pipeline.adoc +++ b/modules/ROOT/pages/pipeline.adoc @@ -3,6 +3,7 @@ = Pipeline = The testing *Pipeline* detects tests for enabled packages, executes the test coverage and gathers the results. +Currently version `1.1.0` of the xref:standard-test-interface.adoc[Standard Test Interface] specification is supported. == Instances == diff --git a/modules/ROOT/pages/standard-test-interface.adoc b/modules/ROOT/pages/standard-test-interface.adoc index e358a33..7ca6c66 100644 --- a/modules/ROOT/pages/standard-test-interface.adoc +++ b/modules/ROOT/pages/standard-test-interface.adoc @@ -4,6 +4,8 @@ Standard Discovery, Staging and Invocation of Integration Tests. +Version: `1.1.0` + == Summary == Let's define a clear delineation of between a _test suite_ (including framework) and the CI system that is running the test suite. diff --git a/modules/ROOT/pages/standard-test-roles.adoc b/modules/ROOT/pages/standard-test-roles.adoc index 56ab3d0..a43726f 100644 --- a/modules/ROOT/pages/standard-test-roles.adoc +++ b/modules/ROOT/pages/standard-test-roles.adoc @@ -2,7 +2,7 @@ = Standard Test Roles = -Package `standard-test-roles` provides shared Ansible roles and inventory scripts implementing the xref:standard-test-interface.adoc[Standard Test Interface]. +Package `standard-test-roles` provides shared Ansible roles and inventory scripts implementing the xref:standard-test-interface.adoc[Standard Test Interface] version `1.1.0`. It has support for multiple testing frameworks (such as BeakerLib or Avocado) and in this way allows to easily enable existing tests in Fedora CI. == Setup ==