From 1f3132e04e4de0d8b490722fd1b7132c60c1520d Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Aug 04 2017 11:53:50 +0000 Subject: summarize and link Meta Test Family project --- diff --git a/source/development/building-modules.rst b/source/development/building-modules.rst index 0ae9661..5b2b2b0 100644 --- a/source/development/building-modules.rst +++ b/source/development/building-modules.rst @@ -15,3 +15,4 @@ Building Modules building-modules/adding-modules-to-fedora building-modules/building-infra building-modules/containers-infra + building-modules/testing diff --git a/source/development/building-modules/testing.rst b/source/development/building-modules/testing.rst new file mode 100644 index 0000000..1a775eb --- /dev/null +++ b/source/development/building-modules/testing.rst @@ -0,0 +1,10 @@ +Testing modular content in Fedora +================================= + +We use the `Meta Test Family `__ +project to test modules and their resulting artifacts for Fedora. + +It allows writing tests for the RPM packages that are built as part of a +module, or a container created from these packages. When a module is built in +Fedora infrastructure and MTF tests are available in its repository, they will +be run afterwards by `Taskotron `__.