From 766ac181b7f3d2bf2c2c657e730ed76c977aeb79 Mon Sep 17 00:00:00 2001 From: Weblate Date: May 27 2022 22:16:06 +0000 Subject: Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Co-authored-by: Weblate Translate-URL: https://translate.fedoraproject.org/projects/fedora-docs-l10n-ci/masterpagestmt/ Translation: fedora-docs-l10n/ci/master/pages/tmt --- diff --git a/po/fr/master/pages/tmt.po b/po/fr/master/pages/tmt.po index bc3fb7f..07bc1c5 100644 --- a/po/fr/master/pages/tmt.po +++ b/po/fr/master/pages/tmt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2022-03-04 21:56+0000\n" +"POT-Creation-Date: 2022-05-27 22:11+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,26 +17,26 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. type: Title = -#: pages/tmt.adoc:2 +#: pages/tmt.adoc:1 #, no-wrap msgid "Test Management Tool" msgstr "" #. type: Title == -#: pages/tmt.adoc:4 +#: pages/tmt.adoc:3 #, no-wrap msgid "Summary" msgstr "" #. type: Plain text -#: pages/tmt.adoc:7 +#: pages/tmt.adoc:6 msgid "" "The `tmt` tool aims to provide an efficient and comfortable way to create, " "execute, debug and enable tests in the Continuous Integration." msgstr "" #. type: Plain text -#: pages/tmt.adoc:11 +#: pages/tmt.adoc:10 msgid "" "It implements the https://tmt.readthedocs.io/en/latest/spec.html[Test " "Metadata Specification] which allows to store all needed test execution data " @@ -47,24 +47,24 @@ msgid "" msgstr "" #. type: Title == -#: pages/tmt.adoc:12 +#: pages/tmt.adoc:11 #, no-wrap msgid "First Steps" msgstr "" #. type: Title === -#: pages/tmt.adoc:14 +#: pages/tmt.adoc:13 #, no-wrap msgid "Install" msgstr "" #. type: Plain text -#: pages/tmt.adoc:17 +#: pages/tmt.adoc:16 msgid "Install tmt on your laptop:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:20 +#: pages/tmt.adoc:19 #, no-wrap msgid "" " sudo dnf install -y tmt # basic features, executing tests on localhost\n" @@ -72,12 +72,12 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:22 +#: pages/tmt.adoc:21 msgid "You can also install selected provision plugins only:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:25 +#: pages/tmt.adoc:24 #, no-wrap msgid "" " sudo dnf install -y tmt-provision-container # additional dependencies for executing tests in containers\n" @@ -85,25 +85,25 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:27 +#: pages/tmt.adoc:26 msgid "" "See the tmt https://tmt.readthedocs.io/en/latest/overview." "html#install[install] section for more installation options." msgstr "" #. type: Title === -#: pages/tmt.adoc:28 +#: pages/tmt.adoc:27 #, no-wrap msgid "Git Repo" msgstr "" #. type: Plain text -#: pages/tmt.adoc:31 +#: pages/tmt.adoc:30 msgid "Check out the desired dist git branch using fedpkg:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:35 +#: pages/tmt.adoc:34 #, no-wrap msgid "" " fedpkg clone -a bash\n" @@ -112,12 +112,12 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:37 +#: pages/tmt.adoc:36 msgid "Or clone your GitHub project repository:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:41 +#: pages/tmt.adoc:40 #, no-wrap msgid "" " git clone https://github.com/psss/tmt/\n" @@ -126,18 +126,18 @@ msgid "" msgstr "" #. type: Title === -#: pages/tmt.adoc:42 +#: pages/tmt.adoc:41 #, no-wrap msgid "Smoke Test" msgstr "" #. type: Plain text -#: pages/tmt.adoc:45 +#: pages/tmt.adoc:44 msgid "Let's enable a simple smoke test using the minimal plan template:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:51 +#: pages/tmt.adoc:50 #, no-wrap msgid "" " $ tmt init --template mini\n" @@ -148,12 +148,12 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:53 +#: pages/tmt.adoc:52 msgid "Edit the newly created plan as needed, for example like this:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:58 +#: pages/tmt.adoc:57 #, no-wrap msgid "" " summary:\n" @@ -163,36 +163,36 @@ msgid "" msgstr "" #. type: Title == -#: pages/tmt.adoc:59 +#: pages/tmt.adoc:58 #, no-wrap msgid "Execute Tests" msgstr "" #. type: Title === -#: pages/tmt.adoc:61 +#: pages/tmt.adoc:60 #, no-wrap msgid "Run Tests" msgstr "" #. type: Plain text -#: pages/tmt.adoc:64 +#: pages/tmt.adoc:63 msgid "Execute all available tests safely in a virtual machine:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:66 +#: pages/tmt.adoc:65 #, no-wrap msgid " tmt run\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:68 +#: pages/tmt.adoc:67 msgid "" "Run only tests matching given name or located under the current directory:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:71 +#: pages/tmt.adoc:70 #, no-wrap msgid "" " tmt run test --name smoke\n" @@ -200,50 +200,50 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:73 +#: pages/tmt.adoc:72 msgid "" "Show detailed test results from the latest tmt run executed by current user:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:75 +#: pages/tmt.adoc:74 #, no-wrap msgid " tmt run --last report -fvvv\n" msgstr "" #. type: delimited block = -#: pages/tmt.adoc:79 +#: pages/tmt.adoc:78 msgid "" "Executing tests enabled using the Standard Test Interface in tests/tests.yml " "is not supported yet but we are working on it." msgstr "" #. type: Title === -#: pages/tmt.adoc:82 +#: pages/tmt.adoc:81 #, no-wrap msgid "Select Steps" msgstr "" #. type: Plain text -#: pages/tmt.adoc:85 +#: pages/tmt.adoc:84 msgid "Explicitly choose which steps should be run:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:87 +#: pages/tmt.adoc:86 #, no-wrap msgid " tmt run discover\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:90 +#: pages/tmt.adoc:89 msgid "" "This will provide an overview of tests which would be run. To list " "individual tests enable the verbose mode:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:93 +#: pages/tmt.adoc:92 #, no-wrap msgid "" " tmt run discover --verbose\n" @@ -251,29 +251,29 @@ msgid "" msgstr "" #. type: Title === -#: pages/tmt.adoc:95 +#: pages/tmt.adoc:94 #, no-wrap msgid "Provision Options" msgstr "" #. type: Plain text -#: pages/tmt.adoc:98 +#: pages/tmt.adoc:97 msgid "Choose `local` as the provision method but run `--all` steps:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:100 +#: pages/tmt.adoc:99 #, no-wrap msgid " tmt run --all provision --how local\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:102 +#: pages/tmt.adoc:101 msgid "Execute inside a container or virtual machine:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:105 +#: pages/tmt.adoc:104 #, no-wrap msgid "" " tmt run --all provision --how container --image fedora\n" @@ -281,52 +281,52 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:107 +#: pages/tmt.adoc:106 msgid "Check all available provision plugins:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:109 +#: pages/tmt.adoc:108 #, no-wrap msgid " tmt run provision --help\n" msgstr "" #. type: Title === -#: pages/tmt.adoc:110 +#: pages/tmt.adoc:109 #, no-wrap msgid "Prepare Options" msgstr "" #. type: Plain text -#: pages/tmt.adoc:113 +#: pages/tmt.adoc:112 msgid "Install additional packages on the guest:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:115 +#: pages/tmt.adoc:114 #, no-wrap msgid " tmt run --all prepare --how install --package httpd\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:117 +#: pages/tmt.adoc:116 msgid "Get the latest package from provided copr repository:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:119 +#: pages/tmt.adoc:118 #, no-wrap msgid " tmt run --all prepare --how install --copr psss/tmt --package tmt\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:121 +#: pages/tmt.adoc:120 msgid "" "Use the freshly build local rpm or all rpms from provided local directory:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:124 +#: pages/tmt.adoc:123 #, no-wrap msgid "" " tmt run --all prepare --how install --package tmp/RPMS/noarch/tmt-0.20-1.fc32.noarch.rpm\n" @@ -334,29 +334,29 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:126 +#: pages/tmt.adoc:125 msgid "Check all available prepare options:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:128 +#: pages/tmt.adoc:127 #, no-wrap msgid " tmt run prepare --help\n" msgstr "" #. type: Title == -#: pages/tmt.adoc:130 +#: pages/tmt.adoc:129 #, no-wrap msgid "Create Test" msgstr "" #. type: Plain text -#: pages/tmt.adoc:133 +#: pages/tmt.adoc:132 msgid "In order to create more complex tests let's use the base plan template:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:136 +#: pages/tmt.adoc:135 #, no-wrap msgid "" " tmt plan create /plans/basic --template base\n" @@ -364,7 +364,7 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:138 +#: pages/tmt.adoc:137 msgid "" "Update summary as needed, keep discover method to `fmf` and choose whether " "tests should be executed as `shell` scripts (just check the exit code) or " @@ -372,7 +372,7 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:145 +#: pages/tmt.adoc:144 #, no-wrap msgid "" " summary:\n" @@ -384,18 +384,18 @@ msgid "" msgstr "" #. type: Title === -#: pages/tmt.adoc:146 +#: pages/tmt.adoc:145 #, no-wrap msgid "Shell Test" msgstr "" #. type: Plain text -#: pages/tmt.adoc:149 +#: pages/tmt.adoc:148 msgid "In order to create a simple shell test skeleton use the shell template:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:155 +#: pages/tmt.adoc:154 #, no-wrap msgid "" " $ tmt test create /tests/smoke\n" @@ -406,12 +406,12 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:157 +#: pages/tmt.adoc:156 msgid "Update metadata file:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:161 +#: pages/tmt.adoc:160 #, no-wrap msgid "" " summary: Check bash version\n" @@ -420,12 +420,12 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:163 +#: pages/tmt.adoc:162 msgid "Adjust the test script as desired:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:170 +#: pages/tmt.adoc:169 #, no-wrap msgid "" " #!/bin/sh -eux\n" @@ -437,23 +437,23 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:172 +#: pages/tmt.adoc:171 msgid "Use `tmt run` to verify the test is working as expected." msgstr "" #. type: Title === -#: pages/tmt.adoc:173 +#: pages/tmt.adoc:172 #, no-wrap msgid "BeakerLib Test" msgstr "" #. type: Plain text -#: pages/tmt.adoc:176 +#: pages/tmt.adoc:175 msgid "Use beakerlib template to create a new beakerlib test:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:181 +#: pages/tmt.adoc:180 #, no-wrap msgid "" " $ tmt test create /tests/smoke -t beakerlib\n" @@ -463,27 +463,27 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:183 +#: pages/tmt.adoc:182 msgid "" "Update test metadata and code as needed, use `tmt run` to verify everything " "is working fine." msgstr "" #. type: Title == -#: pages/tmt.adoc:185 +#: pages/tmt.adoc:184 #, no-wrap msgid "Pull Requests" msgstr "" #. type: Plain text -#: pages/tmt.adoc:188 +#: pages/tmt.adoc:187 msgid "" "When creating the pull request make sure you add all created files including " "the special `.fmf` directory." msgstr "" #. type: Plain text -#: pages/tmt.adoc:191 +#: pages/tmt.adoc:190 #, no-wrap msgid "" " git add .\n" @@ -491,13 +491,13 @@ msgid "" msgstr "" #. type: Title === -#: pages/tmt.adoc:192 +#: pages/tmt.adoc:191 #, no-wrap msgid "Fedora" msgstr "" #. type: Plain text -#: pages/tmt.adoc:196 +#: pages/tmt.adoc:195 msgid "" "In order to test your changes in Fedora CI no additional configuration is " "needed. Make sure you push the changes into your forked repository as " @@ -505,7 +505,7 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:199 +#: pages/tmt.adoc:198 #, no-wrap msgid "" " git remote add fork ssh://psss@pkgs.fedoraproject.org/forks/psss/rpms/tmt.git\n" @@ -513,13 +513,13 @@ msgid "" msgstr "" #. type: Title === -#: pages/tmt.adoc:200 +#: pages/tmt.adoc:199 #, no-wrap msgid "GitHub" msgstr "" #. type: Plain text -#: pages/tmt.adoc:203 +#: pages/tmt.adoc:202 msgid "" "In order to test a pull request on GitHub enable the https://github.com/" "marketplace/packit-as-a-service[Packit-as-a-Service] integration and add a `." @@ -527,13 +527,13 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:205 +#: pages/tmt.adoc:204 #, no-wrap msgid " jobs:\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:208 +#: pages/tmt.adoc:207 #, no-wrap msgid "" "job: tests\n" @@ -542,19 +542,19 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:209 +#: pages/tmt.adoc:208 #, no-wrap msgid "targets:\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:210 +#: pages/tmt.adoc:209 #, no-wrap msgid "fedora-all\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:213 +#: pages/tmt.adoc:212 msgid "" "For more details see the https://packit.dev/testing-farm/[Testing Farm] " "documentation. Once the integration is enabled push the branch, create a " @@ -562,19 +562,19 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:215 +#: pages/tmt.adoc:214 #, no-wrap msgid " git push origin -u enable-tests\n" msgstr "" #. type: Title === -#: pages/tmt.adoc:216 +#: pages/tmt.adoc:215 #, no-wrap msgid "Templates" msgstr "" #. type: Plain text -#: pages/tmt.adoc:220 +#: pages/tmt.adoc:219 msgid "" "When creating a pull request to enable tests in a repository with no `tmt` " "configuration, include a couple of hints and links for those who are not " @@ -582,7 +582,7 @@ msgid "" msgstr "" #. type: delimited block . -#: pages/tmt.adoc:224 +#: pages/tmt.adoc:223 #, no-wrap msgid "" "This pull request enables tests in the Fedora CI using `tmt` which\n" @@ -590,13 +590,13 @@ msgid "" msgstr "" #. type: delimited block . -#: pages/tmt.adoc:226 +#: pages/tmt.adoc:225 #, no-wrap msgid "Run tests directly on your localhost:\n" msgstr "" #. type: delimited block . -#: pages/tmt.adoc:229 +#: pages/tmt.adoc:228 #, no-wrap msgid "" " sudo dnf install -y tmt\n" @@ -604,13 +604,13 @@ msgid "" msgstr "" #. type: delimited block . -#: pages/tmt.adoc:231 +#: pages/tmt.adoc:230 #, no-wrap msgid "Run tests in a virtual machine:\n" msgstr "" #. type: delimited block . -#: pages/tmt.adoc:234 +#: pages/tmt.adoc:233 #, no-wrap msgid "" " sudo dnf install -y tmt-provision-virtual\n" @@ -618,7 +618,7 @@ msgid "" msgstr "" #. type: delimited block . -#: pages/tmt.adoc:237 +#: pages/tmt.adoc:236 #, no-wrap msgid "" "Check the documentation to learn more about the tool:\n" @@ -626,68 +626,68 @@ msgid "" msgstr "" #. type: Title == -#: pages/tmt.adoc:240 +#: pages/tmt.adoc:239 #, no-wrap msgid "Manage Tests" msgstr "" #. type: Plain text -#: pages/tmt.adoc:243 +#: pages/tmt.adoc:242 msgid "Explore available tests, convert old metadata, share test code." msgstr "" #. type: Title === -#: pages/tmt.adoc:244 +#: pages/tmt.adoc:243 #, no-wrap msgid "Explore Tests" msgstr "" #. type: Plain text -#: pages/tmt.adoc:247 +#: pages/tmt.adoc:246 msgid "In order to see which tests are available:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:249 +#: pages/tmt.adoc:248 #, no-wrap msgid " tmt test ls\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:251 +#: pages/tmt.adoc:250 msgid "To show more details about individual tests:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:253 +#: pages/tmt.adoc:252 #, no-wrap msgid " tmt test show\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:255 +#: pages/tmt.adoc:254 msgid "To see an overview of all metadata:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:257 +#: pages/tmt.adoc:256 #, no-wrap msgid " tmt\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:259 +#: pages/tmt.adoc:258 msgid "Explore all available options and commands using `--help`." msgstr "" #. type: Title === -#: pages/tmt.adoc:260 +#: pages/tmt.adoc:259 #, no-wrap msgid "Share Tests" msgstr "" #. type: Plain text -#: pages/tmt.adoc:265 +#: pages/tmt.adoc:264 msgid "" "Test code does not have to reside in the same git repository (e.g. dist git " "rpms namespace). It is possible to store tests in a dedicated repository " @@ -697,18 +697,18 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:267 +#: pages/tmt.adoc:266 #, no-wrap msgid " tmt plan create /plans/upstream -t full\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:269 +#: pages/tmt.adoc:268 msgid "Update the repository url to point to the right place:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:277 +#: pages/tmt.adoc:276 #, no-wrap msgid "" " summary:\n" @@ -721,7 +721,7 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:280 +#: pages/tmt.adoc:279 msgid "" "Now you will be able to run tests from the remote repository. See the " "https://tmt.readthedocs.io/en/latest/spec/steps.html#discover[discover] step " @@ -729,25 +729,25 @@ msgid "" msgstr "" #. type: Title == -#: pages/tmt.adoc:282 +#: pages/tmt.adoc:281 #, no-wrap msgid "Various Hints" msgstr "" #. type: Title === -#: pages/tmt.adoc:284 +#: pages/tmt.adoc:283 #, no-wrap msgid "Multiple Commands" msgstr "" #. type: Plain text -#: pages/tmt.adoc:287 +#: pages/tmt.adoc:286 msgid "" "Multiple shell commands can be provided under the `script` attribute as well:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:292 +#: pages/tmt.adoc:291 #, no-wrap msgid "" " summary:\n" @@ -757,32 +757,32 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:293 +#: pages/tmt.adoc:292 #, no-wrap msgid "bash --version\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:294 +#: pages/tmt.adoc:293 #, no-wrap msgid "bash -c 'echo $((1+1+1))' | grep 3\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:296 +#: pages/tmt.adoc:295 msgid "" -"See the https://tmt.readthedocs.io/en/latest/spec/steps.html#spec-steps-" -"execute-shell[shell] method documentation for details." +"See the https://tmt.readthedocs.io/en/latest/spec/plans.html#script[script] " +"method documentation for details." msgstr "" #. type: Title === -#: pages/tmt.adoc:297 +#: pages/tmt.adoc:296 #, no-wrap msgid "Multiple Repositories" msgstr "" #. type: Plain text -#: pages/tmt.adoc:301 +#: pages/tmt.adoc:300 msgid "" "In the discover step it is possible to reference multiple repositories as " "well. In this way you can for example easily execute both upstream and " @@ -790,13 +790,13 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:303 +#: pages/tmt.adoc:302 #, no-wrap msgid " discover:\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:306 +#: pages/tmt.adoc:305 #, no-wrap msgid "" "name: fedora\n" @@ -805,7 +805,7 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:309 +#: pages/tmt.adoc:308 #, no-wrap msgid "" "name: upstream\n" @@ -814,20 +814,20 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:311 +#: pages/tmt.adoc:310 msgid "" "See also https://github.com/psss/tmt/blob/master/examples/multiple/basic." "fmf[multiple config] example in tmt repo to get a better idea." msgstr "" #. type: Title === -#: pages/tmt.adoc:312 +#: pages/tmt.adoc:311 #, no-wrap msgid "Multiple Plans" msgstr "" #. type: Plain text -#: pages/tmt.adoc:316 +#: pages/tmt.adoc:315 msgid "" "It is possible to use multiple plans to group relevant tests together or to " "be able to easily run a subset of tests. For example, let's have a `/plans/" @@ -836,7 +836,7 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:321 +#: pages/tmt.adoc:320 #, no-wrap msgid "" " discover:\n" @@ -846,14 +846,14 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:323 +#: pages/tmt.adoc:322 msgid "" "And a separate `/plans/integration` plan to enable integration testing with " "another component:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:329 +#: pages/tmt.adoc:328 #, no-wrap msgid "" " discover:\n" @@ -864,18 +864,18 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:331 +#: pages/tmt.adoc:330 msgid "Running all tests from given plan is then very easy:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:333 +#: pages/tmt.adoc:332 #, no-wrap msgid " tmt run plan --name /plans/features\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:336 +#: pages/tmt.adoc:335 msgid "" "When run in the CI, results from such plans are reported as a single " "resultsdb testcase and are shown in pull requests as a single flag. In " @@ -884,13 +884,13 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:338 +#: pages/tmt.adoc:337 #, no-wrap msgid " resultsdb-testcase: separate\n" msgstr "" #. type: Plain text -#: pages/tmt.adoc:342 +#: pages/tmt.adoc:341 msgid "" "Once the separate reporting is enabled, you can turn on gating for selected " "plans only. Plan name becomes part of the resultsdb testcase name which is " @@ -899,18 +899,18 @@ msgid "" msgstr "" #. type: Title === -#: pages/tmt.adoc:344 +#: pages/tmt.adoc:343 #, no-wrap msgid "Minimal Path" msgstr "" #. type: Plain text -#: pages/tmt.adoc:347 +#: pages/tmt.adoc:346 msgid "Here is an example of a minimal test creation path:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:354 +#: pages/tmt.adoc:353 #, no-wrap msgid "" " dnf install -y tmt-all\n" @@ -922,14 +922,14 @@ msgid "" msgstr "" #. type: Plain text -#: pages/tmt.adoc:356 +#: pages/tmt.adoc:355 msgid "" "A slightly extended example with custom test and plan template and executing " "test directly on the local host:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:368 +#: pages/tmt.adoc:367 #, no-wrap msgid "" " dnf install -y tmt-all\n" @@ -946,13 +946,13 @@ msgid "" msgstr "" #. type: Title === -#: pages/tmt.adoc:369 +#: pages/tmt.adoc:368 #, no-wrap msgid "Virtualization Tips" msgstr "" #. type: Plain text -#: pages/tmt.adoc:374 +#: pages/tmt.adoc:373 msgid "" "In order to safely run tests under a virtual machine started on your laptop " "you only need to install the `tmt-provision-virtual` package. By default " @@ -963,110 +963,110 @@ msgid "" msgstr "" #. type: Title == -#: pages/tmt.adoc:376 +#: pages/tmt.adoc:375 #, no-wrap msgid "More Info" msgstr "" #. type: Title === -#: pages/tmt.adoc:378 +#: pages/tmt.adoc:377 #, no-wrap msgid "Test Examples" msgstr "" #. type: Plain text -#: pages/tmt.adoc:381 +#: pages/tmt.adoc:380 msgid "Example projects with tmt tests:" msgstr "" #. type: Plain text -#: pages/tmt.adoc:383 +#: pages/tmt.adoc:382 msgid "https://github.com/InfrastructureServices/bind-tests" msgstr "" #. type: Plain text -#: pages/tmt.adoc:384 +#: pages/tmt.adoc:383 msgid "https://github.com/psss/tmt" msgstr "" #. type: Plain text -#: pages/tmt.adoc:385 +#: pages/tmt.adoc:384 msgid "https://github.com/psss/fmf" msgstr "" #. type: Plain text -#: pages/tmt.adoc:386 +#: pages/tmt.adoc:385 msgid "https://github.com/psss/did" msgstr "" #. type: Plain text -#: pages/tmt.adoc:388 +#: pages/tmt.adoc:387 msgid "" "See the tmt https://tmt.readthedocs.io/en/latest/examples.html[examples] " "page for more inspiration." msgstr "" #. type: Title === -#: pages/tmt.adoc:390 +#: pages/tmt.adoc:389 #, no-wrap msgid "Links" msgstr "" #. type: Plain text -#: pages/tmt.adoc:393 +#: pages/tmt.adoc:392 msgid "https://tmt.readthedocs.io/[Test Management Tool]" msgstr "" #. type: Plain text -#: pages/tmt.adoc:394 +#: pages/tmt.adoc:393 msgid "https://fmf.readthedocs.io/[Flexible Metadata Format]" msgstr "" #. type: Plain text -#: pages/tmt.adoc:395 +#: pages/tmt.adoc:394 msgid "https://packit.dev/testing-farm/[Packit Testing Farm]" msgstr "" #. type: Title == -#: pages/tmt.adoc:397 +#: pages/tmt.adoc:396 #, no-wrap msgid "Questions" msgstr "" #. type: Labeled list -#: pages/tmt.adoc:399 +#: pages/tmt.adoc:398 #, no-wrap msgid "Does the tool replace/deprecate STI?" msgstr "" #. type: Plain text -#: pages/tmt.adoc:402 +#: pages/tmt.adoc:401 msgid "" "No, currently there is no plan to decommission STI. Both `tmt` and `sti` " "approach to CI configuration can be used in parallel." msgstr "" #. type: Labeled list -#: pages/tmt.adoc:403 +#: pages/tmt.adoc:402 #, no-wrap msgid "Are these tests supported in Fedora CI?" msgstr "" #. type: Plain text -#: pages/tmt.adoc:405 +#: pages/tmt.adoc:404 msgid "" "Yes, Fedora CI support is enabled for all active branches and the tests " "namespace as well." msgstr "" #. type: Labeled list -#: pages/tmt.adoc:406 +#: pages/tmt.adoc:405 #, no-wrap msgid "Which Linux distributions does the tool support?" msgstr "" #. type: Plain text -#: pages/tmt.adoc:408 +#: pages/tmt.adoc:407 msgid "" "As a system under test (on which the tests are executed) all supported " "Fedora versions, Centos 6+ and Red Hat Enterprise Linux 6+ can be used. For "