tmt 1.28.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (980) hide show
  1. tmt-1.28.0/.gitignore +75 -0
  2. tmt-1.28.0/LICENSE +24 -0
  3. tmt-1.28.0/PKG-INFO +655 -0
  4. tmt-1.28.0/README.rst +599 -0
  5. tmt-1.28.0/completions/bash/tmt +32 -0
  6. tmt-1.28.0/examples/ansible/.fmf/version +1 -0
  7. tmt-1.28.0/examples/ansible/plan.fmf +6 -0
  8. tmt-1.28.0/examples/ansible/test.fmf +4 -0
  9. tmt-1.28.0/examples/ansible/test.yml +8 -0
  10. tmt-1.28.0/examples/convert/.fmf/version +1 -0
  11. tmt-1.28.0/examples/convert/Makefile +48 -0
  12. tmt-1.28.0/examples/convert/PURPOSE +6 -0
  13. tmt-1.28.0/examples/convert/runtest.sh +33 -0
  14. tmt-1.28.0/examples/discover/.fmf/version +1 -0
  15. tmt-1.28.0/examples/discover/discover.fmf +33 -0
  16. tmt-1.28.0/examples/environment/.fmf/version +1 -0
  17. tmt-1.28.0/examples/environment/main.fmf +15 -0
  18. tmt-1.28.0/examples/httpd/.fmf/version +1 -0
  19. tmt-1.28.0/examples/httpd/smoke.fmf +17 -0
  20. tmt-1.28.0/examples/inherit/.fmf/version +1 -0
  21. tmt-1.28.0/examples/inherit/main.fmf +18 -0
  22. tmt-1.28.0/examples/l2/.fmf/version +1 -0
  23. tmt-1.28.0/examples/l2/artifacts.fmf +19 -0
  24. tmt-1.28.0/examples/l2/bed.fmf +20 -0
  25. tmt-1.28.0/examples/l2/gating.fmf +30 -0
  26. tmt-1.28.0/examples/l2/rpmdiff.fmf +20 -0
  27. tmt-1.28.0/examples/l2/simple.fmf +16 -0
  28. tmt-1.28.0/examples/l2/tooling.fmf +32 -0
  29. tmt-1.28.0/examples/l2/workflow.fmf +59 -0
  30. tmt-1.28.0/examples/local/.fmf/version +1 -0
  31. tmt-1.28.0/examples/local/plan.fmf +6 -0
  32. tmt-1.28.0/examples/manual/.fmf/version +1 -0
  33. tmt-1.28.0/examples/manual/full.md +53 -0
  34. tmt-1.28.0/examples/manual/main.fmf +16 -0
  35. tmt-1.28.0/examples/manual/mini.md +7 -0
  36. tmt-1.28.0/examples/mini/.fmf/version +1 -0
  37. tmt-1.28.0/examples/mini/ci.fmf +2 -0
  38. tmt-1.28.0/examples/multiple/.fmf/version +1 -0
  39. tmt-1.28.0/examples/multiple/basic.fmf +27 -0
  40. tmt-1.28.0/examples/plugins/discover.py +60 -0
  41. tmt-1.28.0/examples/plugins/provision.py +220 -0
  42. tmt-1.28.0/examples/plugins/setup.py +13 -0
  43. tmt-1.28.0/examples/rtt/.fmf/version +1 -0
  44. tmt-1.28.0/examples/rtt/install.fmf +31 -0
  45. tmt-1.28.0/examples/rtt/post-install.fmf +8 -0
  46. tmt-1.28.0/examples/symlinks/.fmf/version +1 -0
  47. tmt-1.28.0/examples/symlinks/plans/basic.fmf +8 -0
  48. tmt-1.28.0/examples/symlinks/plans/core.fmf +8 -0
  49. tmt-1.28.0/examples/symlinks/plans/helps.fmf +16 -0
  50. tmt-1.28.0/examples/symlinks/plans/install.fmf +8 -0
  51. tmt-1.28.0/examples/symlinks/plans/main.fmf +27 -0
  52. tmt-1.28.0/examples/symlinks/plans/smoke.fmf +7 -0
  53. tmt-1.28.0/examples/symlinks/plans/unit.fmf +12 -0
  54. tmt-1.28.0/examples/symlinks/try/connect/basic.fmf +1 -0
  55. tmt-1.28.0/examples/symlinks/try/connect/core.fmf +1 -0
  56. tmt-1.28.0/examples/symlinks/try/connect/main.fmf +7 -0
  57. tmt-1.28.0/examples/symlinks/try/connect/smoke.fmf +1 -0
  58. tmt-1.28.0/examples/symlinks/try/connect/unit.fmf +1 -0
  59. tmt-1.28.0/examples/symlinks/try/container/basic.fmf +1 -0
  60. tmt-1.28.0/examples/symlinks/try/container/core.fmf +1 -0
  61. tmt-1.28.0/examples/symlinks/try/container/main.fmf +10 -0
  62. tmt-1.28.0/examples/symlinks/try/container/smoke.fmf +1 -0
  63. tmt-1.28.0/examples/symlinks/try/container/unit.fmf +1 -0
  64. tmt-1.28.0/examples/symlinks/try/main.fmf +1 -0
  65. tmt-1.28.0/examples/symlinks/try/virtual/basic.fmf +1 -0
  66. tmt-1.28.0/examples/symlinks/try/virtual/core.fmf +1 -0
  67. tmt-1.28.0/examples/symlinks/try/virtual/main.fmf +6 -0
  68. tmt-1.28.0/examples/symlinks/try/virtual/smoke.fmf +1 -0
  69. tmt-1.28.0/examples/symlinks/try/virtual/unit.fmf +1 -0
  70. tmt-1.28.0/examples/systemd/.fmf/version +1 -0
  71. tmt-1.28.0/examples/systemd/ci.fmf +24 -0
  72. tmt-1.28.0/examples/together/.fmf/version +1 -0
  73. tmt-1.28.0/examples/together/main.fmf +19 -0
  74. tmt-1.28.0/examples/vagrant/Vagrantfile.real_prod +118 -0
  75. tmt-1.28.0/examples/vagrant/Vagrantfile.simple +23 -0
  76. tmt-1.28.0/examples/vagrant/Vagrantfile.url +10 -0
  77. tmt-1.28.0/examples/vagrant/Vagrantfile.various +49 -0
  78. tmt-1.28.0/examples/wow/.fmf/version +1 -0
  79. tmt-1.28.0/examples/wow/full/main.fmf +9 -0
  80. tmt-1.28.0/examples/wow/full/test.sh +33 -0
  81. tmt-1.28.0/examples/wow/mini/main.fmf +7 -0
  82. tmt-1.28.0/examples/wow/mini/test.sh +22 -0
  83. tmt-1.28.0/examples/wow/run.sh +15 -0
  84. tmt-1.28.0/pyproject.toml +263 -0
  85. tmt-1.28.0/tests/__init__.py +50 -0
  86. tmt-1.28.0/tests/artemis/main.fmf +7 -0
  87. tmt-1.28.0/tests/artemis/noop/main.fmf +4 -0
  88. tmt-1.28.0/tests/artemis/noop/test.sh +3 -0
  89. tmt-1.28.0/tests/clean/chain/main.fmf +10 -0
  90. tmt-1.28.0/tests/clean/chain/test.sh +41 -0
  91. tmt-1.28.0/tests/clean/guests/main.fmf +1 -0
  92. tmt-1.28.0/tests/clean/guests/test.sh +70 -0
  93. tmt-1.28.0/tests/clean/runs/main.fmf +1 -0
  94. tmt-1.28.0/tests/clean/runs/test.sh +93 -0
  95. tmt-1.28.0/tests/core/adjust/data/.fmf/version +1 -0
  96. tmt-1.28.0/tests/core/adjust/data/context.yaml +2 -0
  97. tmt-1.28.0/tests/core/adjust/data/plans.fmf +23 -0
  98. tmt-1.28.0/tests/core/adjust/data/tests.fmf +15 -0
  99. tmt-1.28.0/tests/core/adjust/main.fmf +4 -0
  100. tmt-1.28.0/tests/core/adjust/test.sh +44 -0
  101. tmt-1.28.0/tests/core/context/data/.fmf/version +1 -0
  102. tmt-1.28.0/tests/core/context/data/plan.fmf +10 -0
  103. tmt-1.28.0/tests/core/context/main.fmf +3 -0
  104. tmt-1.28.0/tests/core/context/test.sh +26 -0
  105. tmt-1.28.0/tests/core/debug/data/.fmf/version +1 -0
  106. tmt-1.28.0/tests/core/debug/data/main.fmf +8 -0
  107. tmt-1.28.0/tests/core/debug/main.fmf +1 -0
  108. tmt-1.28.0/tests/core/debug/test.sh +18 -0
  109. tmt-1.28.0/tests/core/docs/main.fmf +4 -0
  110. tmt-1.28.0/tests/core/docs/test.sh +70 -0
  111. tmt-1.28.0/tests/core/dry/main.fmf +1 -0
  112. tmt-1.28.0/tests/core/dry/test.sh +15 -0
  113. tmt-1.28.0/tests/core/enabled/data/.fmf/version +1 -0
  114. tmt-1.28.0/tests/core/enabled/data/main.fmf +25 -0
  115. tmt-1.28.0/tests/core/enabled/main.fmf +4 -0
  116. tmt-1.28.0/tests/core/enabled/test.sh +42 -0
  117. tmt-1.28.0/tests/core/environment-file/data/.fmf/version +1 -0
  118. tmt-1.28.0/tests/core/environment-file/data/bad +1 -0
  119. tmt-1.28.0/tests/core/environment-file/data/empty.yaml +0 -0
  120. tmt-1.28.0/tests/core/environment-file/data/env +3 -0
  121. tmt-1.28.0/tests/core/environment-file/data/env-via-cli +2 -0
  122. tmt-1.28.0/tests/core/environment-file/data/env.yaml +2 -0
  123. tmt-1.28.0/tests/core/environment-file/data/environment_file_data.py +21 -0
  124. tmt-1.28.0/tests/core/environment-file/data/main.fmf +37 -0
  125. tmt-1.28.0/tests/core/environment-file/main.fmf +7 -0
  126. tmt-1.28.0/tests/core/environment-file/test.sh +59 -0
  127. tmt-1.28.0/tests/core/error/main.fmf +1 -0
  128. tmt-1.28.0/tests/core/error/test.sh +20 -0
  129. tmt-1.28.0/tests/core/escaping/data/.fmf/version +1 -0
  130. tmt-1.28.0/tests/core/escaping/data/plans/escaping.fmf +21 -0
  131. tmt-1.28.0/tests/core/escaping/data/tests/main.fmf +10 -0
  132. tmt-1.28.0/tests/core/escaping/main.fmf +16 -0
  133. tmt-1.28.0/tests/core/escaping/test.sh +18 -0
  134. tmt-1.28.0/tests/core/fmf-id/data/.fmf/version +1 -0
  135. tmt-1.28.0/tests/core/fmf-id/data/plan-with-invalid-ref.fmf +7 -0
  136. tmt-1.28.0/tests/core/fmf-id/data/plan-with-valid-ref.fmf +10 -0
  137. tmt-1.28.0/tests/core/fmf-id/data/remote-plan-with-invalid-ref.fmf +3 -0
  138. tmt-1.28.0/tests/core/fmf-id/data/remote-plan-with-valid-ref.fmf +3 -0
  139. tmt-1.28.0/tests/core/fmf-id/data/test-with-invalid-ref.fmf +16 -0
  140. tmt-1.28.0/tests/core/fmf-id/data/test-with-valid-ref.fmf +12 -0
  141. tmt-1.28.0/tests/core/fmf-id/main.fmf +1 -0
  142. tmt-1.28.0/tests/core/fmf-id/test.sh +38 -0
  143. tmt-1.28.0/tests/core/force/data/.fmf/version +1 -0
  144. tmt-1.28.0/tests/core/force/data/plan.fmf +4 -0
  145. tmt-1.28.0/tests/core/force/main.fmf +1 -0
  146. tmt-1.28.0/tests/core/force/test.sh +70 -0
  147. tmt-1.28.0/tests/core/link/data/.fmf/version +1 -0
  148. tmt-1.28.0/tests/core/link/data/plans/core.fmf +9 -0
  149. tmt-1.28.0/tests/core/link/data/stories/main.fmf +25 -0
  150. tmt-1.28.0/tests/core/link/data/tests/smoke/main.fmf +7 -0
  151. tmt-1.28.0/tests/core/link/main.fmf +5 -0
  152. tmt-1.28.0/tests/core/link/test.sh +62 -0
  153. tmt-1.28.0/tests/core/logging/main.fmf +1 -0
  154. tmt-1.28.0/tests/core/logging/test.sh +21 -0
  155. tmt-1.28.0/tests/core/ls/example-plan.txt +5 -0
  156. tmt-1.28.0/tests/core/ls/example-story.txt +3 -0
  157. tmt-1.28.0/tests/core/ls/example-test.txt +3 -0
  158. tmt-1.28.0/tests/core/ls/main.fmf +4 -0
  159. tmt-1.28.0/tests/core/ls/test.sh +42 -0
  160. tmt-1.28.0/tests/core/main.fmf +1 -0
  161. tmt-1.28.0/tests/core/order/data/.fmf/version +1 -0
  162. tmt-1.28.0/tests/core/order/data/plans.fmf +34 -0
  163. tmt-1.28.0/tests/core/order/data/stories.fmf +24 -0
  164. tmt-1.28.0/tests/core/order/data/tests.fmf +36 -0
  165. tmt-1.28.0/tests/core/order/main.fmf +6 -0
  166. tmt-1.28.0/tests/core/order/test.sh +88 -0
  167. tmt-1.28.0/tests/core/path/data/.fmf/version +1 -0
  168. tmt-1.28.0/tests/core/path/data/root.fmf +3 -0
  169. tmt-1.28.0/tests/core/path/data/simple/main.fmf +3 -0
  170. tmt-1.28.0/tests/core/path/data/virtual/one.fmf +3 -0
  171. tmt-1.28.0/tests/core/path/data/virtual/two.fmf +3 -0
  172. tmt-1.28.0/tests/core/path/main.fmf +4 -0
  173. tmt-1.28.0/tests/core/path/test.py +25 -0
  174. tmt-1.28.0/tests/core/phases/data/.fmf/version +1 -0
  175. tmt-1.28.0/tests/core/phases/data/plans.fmf +25 -0
  176. tmt-1.28.0/tests/core/phases/data/test.fmf +2 -0
  177. tmt-1.28.0/tests/core/phases/main.fmf +1 -0
  178. tmt-1.28.0/tests/core/phases/test.sh +194 -0
  179. tmt-1.28.0/tests/core/smoke/main.fmf +4 -0
  180. tmt-1.28.0/tests/core/spaces/data/.fmf/version +1 -0
  181. tmt-1.28.0/tests/core/spaces/data/a directory/some plans/a plan.fmf +7 -0
  182. tmt-1.28.0/tests/core/spaces/data/a directory/some tests/a beakerlib test/main.fmf +7 -0
  183. tmt-1.28.0/tests/core/spaces/data/a directory/some tests/a beakerlib test/test.sh +8 -0
  184. tmt-1.28.0/tests/core/spaces/data/a directory/some tests/a shell test/main.fmf +3 -0
  185. tmt-1.28.0/tests/core/spaces/data/a directory/some tests/a shell test/test.sh +2 -0
  186. tmt-1.28.0/tests/core/spaces/main.fmf +15 -0
  187. tmt-1.28.0/tests/core/spaces/test.sh +18 -0
  188. tmt-1.28.0/tests/core/web-link/data/.fmf/version +1 -0
  189. tmt-1.28.0/tests/core/web-link/data/plan.fmf +2 -0
  190. tmt-1.28.0/tests/core/web-link/data/story.fmf +1 -0
  191. tmt-1.28.0/tests/core/web-link/data/test.fmf +1 -0
  192. tmt-1.28.0/tests/core/web-link/main.fmf +4 -0
  193. tmt-1.28.0/tests/core/web-link/test.py +37 -0
  194. tmt-1.28.0/tests/discover/data/.fmf/version +1 -0
  195. tmt-1.28.0/tests/discover/data/distgit_test_plugin.py +29 -0
  196. tmt-1.28.0/tests/discover/data/dynamic-ref.fmf +11 -0
  197. tmt-1.28.0/tests/discover/data/plans.fmf +197 -0
  198. tmt-1.28.0/tests/discover/data/tests.fmf +17 -0
  199. tmt-1.28.0/tests/discover/distgit.sh +457 -0
  200. tmt-1.28.0/tests/discover/duration/data/.fmf/version +1 -0
  201. tmt-1.28.0/tests/discover/duration/data/plan.fmf +45 -0
  202. tmt-1.28.0/tests/discover/duration/data/test.fmf +8 -0
  203. tmt-1.28.0/tests/discover/duration/main.fmf +1 -0
  204. tmt-1.28.0/tests/discover/duration/test.sh +30 -0
  205. tmt-1.28.0/tests/discover/dynamic-ref.sh +48 -0
  206. tmt-1.28.0/tests/discover/filtering.sh +247 -0
  207. tmt-1.28.0/tests/discover/force.sh +34 -0
  208. tmt-1.28.0/tests/discover/libraries/data/.fmf/version +1 -0
  209. tmt-1.28.0/tests/discover/libraries/data/apache.fmf +7 -0
  210. tmt-1.28.0/tests/discover/libraries/data/apache.sh +30 -0
  211. tmt-1.28.0/tests/discover/libraries/data/certificate.fmf +71 -0
  212. tmt-1.28.0/tests/discover/libraries/data/certificate.sh +26 -0
  213. tmt-1.28.0/tests/discover/libraries/data/file.fmf +9 -0
  214. tmt-1.28.0/tests/discover/libraries/data/file.sh +22 -0
  215. tmt-1.28.0/tests/discover/libraries/data/main.fmf +1 -0
  216. tmt-1.28.0/tests/discover/libraries/data/plan.fmf +85 -0
  217. tmt-1.28.0/tests/discover/libraries/data/pruning.fmf +9 -0
  218. tmt-1.28.0/tests/discover/libraries/data/pruning.sh +14 -0
  219. tmt-1.28.0/tests/discover/libraries/data/querying.fmf +10 -0
  220. tmt-1.28.0/tests/discover/libraries/data/strip_git_suffix.fmf +32 -0
  221. tmt-1.28.0/tests/discover/libraries/main.fmf +20 -0
  222. tmt-1.28.0/tests/discover/libraries/test.sh +90 -0
  223. tmt-1.28.0/tests/discover/main.fmf +68 -0
  224. tmt-1.28.0/tests/discover/manual/data/.fmf/version +1 -0
  225. tmt-1.28.0/tests/discover/manual/data/main.fmf +3 -0
  226. tmt-1.28.0/tests/discover/manual/data/test.md +7 -0
  227. tmt-1.28.0/tests/discover/manual/main.fmf +1 -0
  228. tmt-1.28.0/tests/discover/manual/test.sh +18 -0
  229. tmt-1.28.0/tests/discover/modified.sh +28 -0
  230. tmt-1.28.0/tests/discover/no-git-needed/data/foo +1 -0
  231. tmt-1.28.0/tests/discover/no-git-needed/data/tests/.fmf/version +1 -0
  232. tmt-1.28.0/tests/discover/no-git-needed/data/tests/plan.fmf +6 -0
  233. tmt-1.28.0/tests/discover/no-git-needed/data/tests/test.fmf +1 -0
  234. tmt-1.28.0/tests/discover/no-git-needed/main.fmf +1 -0
  235. tmt-1.28.0/tests/discover/no-git-needed/test.sh +26 -0
  236. tmt-1.28.0/tests/discover/options.sh +22 -0
  237. tmt-1.28.0/tests/discover/order/.fmf/version +1 -0
  238. tmt-1.28.0/tests/discover/order/plans.fmf +92 -0
  239. tmt-1.28.0/tests/discover/order/tests.fmf +14 -0
  240. tmt-1.28.0/tests/discover/order.sh +183 -0
  241. tmt-1.28.0/tests/discover/parametrize.sh +94 -0
  242. tmt-1.28.0/tests/discover/references-shell.sh +24 -0
  243. tmt-1.28.0/tests/discover/references.sh +111 -0
  244. tmt-1.28.0/tests/discover/sanitize-metadata-name.sh +31 -0
  245. tmt-1.28.0/tests/discover/scripts.sh +31 -0
  246. tmt-1.28.0/tests/discover/serial-number/.fmf/version +1 -0
  247. tmt-1.28.0/tests/discover/serial-number/plans.fmf +29 -0
  248. tmt-1.28.0/tests/discover/serial-number/tests.fmf +5 -0
  249. tmt-1.28.0/tests/discover/serial-number-root-test/.fmf/version +1 -0
  250. tmt-1.28.0/tests/discover/serial-number-root-test/main.fmf +1 -0
  251. tmt-1.28.0/tests/discover/serial-number.sh +65 -0
  252. tmt-1.28.0/tests/discover/tests.sh +29 -0
  253. tmt-1.28.0/tests/execute/basic/data/.fmf/version +1 -0
  254. tmt-1.28.0/tests/execute/basic/data/bad.sh +8 -0
  255. tmt-1.28.0/tests/execute/basic/data/good.sh +8 -0
  256. tmt-1.28.0/tests/execute/basic/data/need.sh +8 -0
  257. tmt-1.28.0/tests/execute/basic/data/plan.fmf +14 -0
  258. tmt-1.28.0/tests/execute/basic/data/test.fmf +25 -0
  259. tmt-1.28.0/tests/execute/basic/data/weird.sh +2 -0
  260. tmt-1.28.0/tests/execute/basic/main.fmf +1 -0
  261. tmt-1.28.0/tests/execute/basic/test.sh +77 -0
  262. tmt-1.28.0/tests/execute/codes/main.fmf +1 -0
  263. tmt-1.28.0/tests/execute/codes/test.sh +22 -0
  264. tmt-1.28.0/tests/execute/deep/data/.fmf/version +1 -0
  265. tmt-1.28.0/tests/execute/deep/data/plan.fmf +9 -0
  266. tmt-1.28.0/tests/execute/deep/main.fmf +6 -0
  267. tmt-1.28.0/tests/execute/duration/data/.fmf/version +1 -0
  268. tmt-1.28.0/tests/execute/duration/data/long.sh +9 -0
  269. tmt-1.28.0/tests/execute/duration/data/plan.fmf +6 -0
  270. tmt-1.28.0/tests/execute/duration/data/short.sh +8 -0
  271. tmt-1.28.0/tests/execute/duration/data/test.fmf +18 -0
  272. tmt-1.28.0/tests/execute/duration/main.fmf +12 -0
  273. tmt-1.28.0/tests/execute/duration/test.sh +42 -0
  274. tmt-1.28.0/tests/execute/exit-first/data/.fmf/version +1 -0
  275. tmt-1.28.0/tests/execute/exit-first/data/plan.fmf +15 -0
  276. tmt-1.28.0/tests/execute/exit-first/main.fmf +2 -0
  277. tmt-1.28.0/tests/execute/exit-first/test.sh +46 -0
  278. tmt-1.28.0/tests/execute/filesubmit/data/.fmf/version +1 -0
  279. tmt-1.28.0/tests/execute/filesubmit/data/main.fmf +2 -0
  280. tmt-1.28.0/tests/execute/filesubmit/data/test.sh +22 -0
  281. tmt-1.28.0/tests/execute/filesubmit/main.fmf +5 -0
  282. tmt-1.28.0/tests/execute/filesubmit/test.sh +36 -0
  283. tmt-1.28.0/tests/execute/framework/data/.fmf/version +1 -0
  284. tmt-1.28.0/tests/execute/framework/data/beakerlib.sh +8 -0
  285. tmt-1.28.0/tests/execute/framework/data/plans.fmf +6 -0
  286. tmt-1.28.0/tests/execute/framework/data/shell.sh +1 -0
  287. tmt-1.28.0/tests/execute/framework/data/tests.fmf +14 -0
  288. tmt-1.28.0/tests/execute/framework/main.fmf +7 -0
  289. tmt-1.28.0/tests/execute/framework/test.sh +23 -0
  290. tmt-1.28.0/tests/execute/main.fmf +2 -0
  291. tmt-1.28.0/tests/execute/metadata/data/.fmf/version +1 -0
  292. tmt-1.28.0/tests/execute/metadata/data/plan.fmf +6 -0
  293. tmt-1.28.0/tests/execute/metadata/data/test.fmf +8 -0
  294. tmt-1.28.0/tests/execute/metadata/main.fmf +8 -0
  295. tmt-1.28.0/tests/execute/metadata/test.sh +28 -0
  296. tmt-1.28.0/tests/execute/multiline/data/.fmf/version +1 -0
  297. tmt-1.28.0/tests/execute/multiline/data/plans.fmf +26 -0
  298. tmt-1.28.0/tests/execute/multiline/data/tests.fmf +9 -0
  299. tmt-1.28.0/tests/execute/multiline/main.fmf +1 -0
  300. tmt-1.28.0/tests/execute/multiline/test.sh +40 -0
  301. tmt-1.28.0/tests/execute/nonroot/data/.fmf/version +1 -0
  302. tmt-1.28.0/tests/execute/nonroot/data/main.fmf +17 -0
  303. tmt-1.28.0/tests/execute/nonroot/main.fmf +14 -0
  304. tmt-1.28.0/tests/execute/nonroot/test.sh +20 -0
  305. tmt-1.28.0/tests/execute/old/data/.fmf/version +1 -0
  306. tmt-1.28.0/tests/execute/old/data/plan.fmf +6 -0
  307. tmt-1.28.0/tests/execute/old/data/test.fmf +8 -0
  308. tmt-1.28.0/tests/execute/old/data/test.sh +40 -0
  309. tmt-1.28.0/tests/execute/old/main.fmf +6 -0
  310. tmt-1.28.0/tests/execute/old/test.sh +18 -0
  311. tmt-1.28.0/tests/execute/reboot/basic.sh +37 -0
  312. tmt-1.28.0/tests/execute/reboot/data/.fmf/version +1 -0
  313. tmt-1.28.0/tests/execute/reboot/data/plan.fmf +7 -0
  314. tmt-1.28.0/tests/execute/reboot/data/test.fmf +3 -0
  315. tmt-1.28.0/tests/execute/reboot/data/test.sh +50 -0
  316. tmt-1.28.0/tests/execute/reboot/efi/.fmf/version +1 -0
  317. tmt-1.28.0/tests/execute/reboot/efi/plan.fmf +10 -0
  318. tmt-1.28.0/tests/execute/reboot/efi/test.fmf +3 -0
  319. tmt-1.28.0/tests/execute/reboot/efi/test.sh +60 -0
  320. tmt-1.28.0/tests/execute/reboot/efi.sh +25 -0
  321. tmt-1.28.0/tests/execute/reboot/get_value.py +42 -0
  322. tmt-1.28.0/tests/execute/reboot/main.fmf +43 -0
  323. tmt-1.28.0/tests/execute/reboot/multi-part-data/.fmf/version +1 -0
  324. tmt-1.28.0/tests/execute/reboot/multi-part-data/plan.fmf +13 -0
  325. tmt-1.28.0/tests/execute/reboot/multi-part-data/reboot.sh +8 -0
  326. tmt-1.28.0/tests/execute/reboot/multi-part.sh +22 -0
  327. tmt-1.28.0/tests/execute/reboot/reuse.sh +51 -0
  328. tmt-1.28.0/tests/execute/reboot/shorten-timeout-data/.fmf/version +1 -0
  329. tmt-1.28.0/tests/execute/reboot/shorten-timeout-data/plans/example.fmf +5 -0
  330. tmt-1.28.0/tests/execute/reboot/shorten-timeout-data/tests/example/main.fmf +3 -0
  331. tmt-1.28.0/tests/execute/reboot/shorten-timeout.sh +20 -0
  332. tmt-1.28.0/tests/execute/restraint/main.fmf +1 -0
  333. tmt-1.28.0/tests/execute/restraint/report-log/data/.fmf/version +1 -0
  334. tmt-1.28.0/tests/execute/restraint/report-log/data/log.fmf +3 -0
  335. tmt-1.28.0/tests/execute/restraint/report-log/data/log.sh +31 -0
  336. tmt-1.28.0/tests/execute/restraint/report-log/data/plan.fmf +6 -0
  337. tmt-1.28.0/tests/execute/restraint/report-log/main.fmf +5 -0
  338. tmt-1.28.0/tests/execute/restraint/report-log/test.sh +16 -0
  339. tmt-1.28.0/tests/execute/restraint/report-result/data/.fmf/version +1 -0
  340. tmt-1.28.0/tests/execute/restraint/report-result/data/plan.fmf +6 -0
  341. tmt-1.28.0/tests/execute/restraint/report-result/data/report.fmf +3 -0
  342. tmt-1.28.0/tests/execute/restraint/report-result/data/report.sh +37 -0
  343. tmt-1.28.0/tests/execute/restraint/report-result/data/smoke.fmf +16 -0
  344. tmt-1.28.0/tests/execute/restraint/report-result/main.fmf +5 -0
  345. tmt-1.28.0/tests/execute/restraint/report-result/test.sh +21 -0
  346. tmt-1.28.0/tests/execute/restraint/tmt-abort/data/.fmf/version +1 -0
  347. tmt-1.28.0/tests/execute/restraint/tmt-abort/data/abort.fmf +3 -0
  348. tmt-1.28.0/tests/execute/restraint/tmt-abort/data/abort.sh +11 -0
  349. tmt-1.28.0/tests/execute/restraint/tmt-abort/data/do-not-run.fmf +3 -0
  350. tmt-1.28.0/tests/execute/restraint/tmt-abort/data/plan.fmf +9 -0
  351. tmt-1.28.0/tests/execute/restraint/tmt-abort/main.fmf +5 -0
  352. tmt-1.28.0/tests/execute/restraint/tmt-abort/test.sh +25 -0
  353. tmt-1.28.0/tests/execute/result/basic/.fmf/version +1 -0
  354. tmt-1.28.0/tests/execute/result/basic/test.fmf +57 -0
  355. tmt-1.28.0/tests/execute/result/basic.sh +96 -0
  356. tmt-1.28.0/tests/execute/result/custom/.fmf/version +1 -0
  357. tmt-1.28.0/tests/execute/result/custom/results.json +55 -0
  358. tmt-1.28.0/tests/execute/result/custom/results.yaml +58 -0
  359. tmt-1.28.0/tests/execute/result/custom/test.fmf +35 -0
  360. tmt-1.28.0/tests/execute/result/custom/wrong_results.json +6 -0
  361. tmt-1.28.0/tests/execute/result/custom/wrong_results.yaml +9 -0
  362. tmt-1.28.0/tests/execute/result/custom.sh +103 -0
  363. tmt-1.28.0/tests/execute/result/main.fmf +9 -0
  364. tmt-1.28.0/tests/execute/result/repeated/.fmf/version +1 -0
  365. tmt-1.28.0/tests/execute/result/repeated/main.fmf +21 -0
  366. tmt-1.28.0/tests/execute/result/repeated.sh +30 -0
  367. tmt-1.28.0/tests/execute/rsync/main.fmf +9 -0
  368. tmt-1.28.0/tests/execute/rsync/test.sh +21 -0
  369. tmt-1.28.0/tests/execute/script/data/.fmf/version +1 -0
  370. tmt-1.28.0/tests/execute/script/data/plan.fmf +10 -0
  371. tmt-1.28.0/tests/execute/script/main.fmf +1 -0
  372. tmt-1.28.0/tests/execute/script/test.sh +19 -0
  373. tmt-1.28.0/tests/execute/tty/data/.fmf/version +1 -0
  374. tmt-1.28.0/tests/execute/tty/data/plan.fmf +29 -0
  375. tmt-1.28.0/tests/execute/tty/data/python.py +14 -0
  376. tmt-1.28.0/tests/execute/tty/data/shell.sh +14 -0
  377. tmt-1.28.0/tests/execute/tty/data/test.fmf +5 -0
  378. tmt-1.28.0/tests/execute/tty/main.fmf +9 -0
  379. tmt-1.28.0/tests/execute/tty/ptty-wrapper +11 -0
  380. tmt-1.28.0/tests/execute/tty/test.sh +70 -0
  381. tmt-1.28.0/tests/execute/upgrade/data/.fmf/version +1 -0
  382. tmt-1.28.0/tests/execute/upgrade/data/plan.fmf +15 -0
  383. tmt-1.28.0/tests/execute/upgrade/data/test/main.fmf +3 -0
  384. tmt-1.28.0/tests/execute/upgrade/data/test/test.sh +9 -0
  385. tmt-1.28.0/tests/execute/upgrade/fedora-version.sh +10 -0
  386. tmt-1.28.0/tests/execute/upgrade/full.sh +28 -0
  387. tmt-1.28.0/tests/execute/upgrade/ignore-test.sh +33 -0
  388. tmt-1.28.0/tests/execute/upgrade/main.fmf +26 -0
  389. tmt-1.28.0/tests/execute/upgrade/override.sh +37 -0
  390. tmt-1.28.0/tests/execute/upgrade/simple.sh +33 -0
  391. tmt-1.28.0/tests/execute/weird/data/.fmf/version +1 -0
  392. tmt-1.28.0/tests/execute/weird/data/test.fmf +2 -0
  393. tmt-1.28.0/tests/execute/weird/data/weird.txt +3 -0
  394. tmt-1.28.0/tests/execute/weird/main.fmf +1 -0
  395. tmt-1.28.0/tests/execute/weird/test.sh +27 -0
  396. tmt-1.28.0/tests/finish/ansible/data/.fmf/version +1 -0
  397. tmt-1.28.0/tests/finish/ansible/data/plan.fmf +24 -0
  398. tmt-1.28.0/tests/finish/ansible/data/playbook.yml +17 -0
  399. tmt-1.28.0/tests/finish/ansible/main.fmf +21 -0
  400. tmt-1.28.0/tests/finish/ansible/test.sh +37 -0
  401. tmt-1.28.0/tests/finish/basic/data/.fmf/version +1 -0
  402. tmt-1.28.0/tests/finish/basic/data/main.fmf +8 -0
  403. tmt-1.28.0/tests/finish/basic/main.fmf +4 -0
  404. tmt-1.28.0/tests/finish/basic/test.sh +26 -0
  405. tmt-1.28.0/tests/finish/main.fmf +1 -0
  406. tmt-1.28.0/tests/finish/prune/data/.fmf/version +1 -0
  407. tmt-1.28.0/tests/finish/prune/data/plan.fmf +32 -0
  408. tmt-1.28.0/tests/finish/prune/data/test.fmf +7 -0
  409. tmt-1.28.0/tests/finish/prune/main.fmf +5 -0
  410. tmt-1.28.0/tests/finish/prune/test.sh +51 -0
  411. tmt-1.28.0/tests/full/.fmf/version +1 -0
  412. tmt-1.28.0/tests/full/Makefile +12 -0
  413. tmt-1.28.0/tests/full/plan.fmf +8 -0
  414. tmt-1.28.0/tests/full/test.fmf +41 -0
  415. tmt-1.28.0/tests/full/test.sh +236 -0
  416. tmt-1.28.0/tests/init/base/main.fmf +4 -0
  417. tmt-1.28.0/tests/init/base/test.sh +39 -0
  418. tmt-1.28.0/tests/init/full/main.fmf +4 -0
  419. tmt-1.28.0/tests/init/full/test.sh +31 -0
  420. tmt-1.28.0/tests/init/git/main.fmf +4 -0
  421. tmt-1.28.0/tests/init/git/test.sh +27 -0
  422. tmt-1.28.0/tests/init/main.fmf +1 -0
  423. tmt-1.28.0/tests/init/mini/main.fmf +4 -0
  424. tmt-1.28.0/tests/init/mini/test.sh +32 -0
  425. tmt-1.28.0/tests/init/nested/main.fmf +2 -0
  426. tmt-1.28.0/tests/init/nested/test.sh +56 -0
  427. tmt-1.28.0/tests/integration/__init__.py +30 -0
  428. tmt-1.28.0/tests/integration/data/nitrate/.fmf/version +1 -0
  429. tmt-1.28.0/tests/integration/data/nitrate/existing_dryrun_release_testcase/main.fmf +8 -0
  430. tmt-1.28.0/tests/integration/data/nitrate/existing_dryrun_testcase/main.fmf +6 -0
  431. tmt-1.28.0/tests/integration/data/nitrate/existing_testcase/main.fmf +6 -0
  432. tmt-1.28.0/tests/integration/data/nitrate/existing_testcase_missing_user/main.fmf +4 -0
  433. tmt-1.28.0/tests/integration/data/nitrate/import_case_automated/Makefile +48 -0
  434. tmt-1.28.0/tests/integration/data/nitrate/import_case_automated/PURPOSE +6 -0
  435. tmt-1.28.0/tests/integration/data/nitrate/import_case_automated/runtest.sh +33 -0
  436. tmt-1.28.0/tests/integration/data/nitrate/import_old_relevancy/Makefile +53 -0
  437. tmt-1.28.0/tests/integration/data/nitrate/main.fmf +1 -0
  438. tmt-1.28.0/tests/integration/data/nitrate/new_testcase/main.fmf +2 -0
  439. tmt-1.28.0/tests/integration/data/nitrate/validation/main.fmf +0 -0
  440. tmt-1.28.0/tests/integration/data/polarion/.fmf/version +1 -0
  441. tmt-1.28.0/tests/integration/data/polarion/existing_dryrun_testcase/main.fmf +6 -0
  442. tmt-1.28.0/tests/integration/data/polarion/existing_testcase/main.fmf +6 -0
  443. tmt-1.28.0/tests/integration/data/polarion/main.fmf +1 -0
  444. tmt-1.28.0/tests/integration/data/polarion/new_testcase/main.fmf +2 -0
  445. tmt-1.28.0/tests/integration/main.fmf +51 -0
  446. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_coverage_bugzilla.yaml +741 -0
  447. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_create.yaml +495 -0
  448. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_create_dryrun.yaml +23 -0
  449. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_existing.yaml +483 -0
  450. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_existing_dryrun.yaml +148 -0
  451. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_existing_release_dryrun.yaml +352 -0
  452. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_export_blocked_by_validation.yaml +4 -0
  453. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_export_forced_validation.yaml +347 -0
  454. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateExport.test_missing_user_dryrun.yaml +4 -0
  455. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateImport.test_import_manual_confirmed.yaml +138 -0
  456. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateImport.test_import_manual_proposed.yaml +72 -0
  457. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateImportAutomated.test_basic.yaml +342 -0
  458. tmt-1.28.0/tests/integration/test_data/test_nitrate/NitrateImportAutomated.test_old_relevancy.yaml +199 -0
  459. tmt-1.28.0/tests/integration/test_data/test_polarion/PolarionExport.test_coverage_bugzilla.yaml +23 -0
  460. tmt-1.28.0/tests/integration/test_data/test_polarion/PolarionExport.test_create.yaml +23 -0
  461. tmt-1.28.0/tests/integration/test_data/test_polarion/PolarionExport.test_existing.yaml +23 -0
  462. tmt-1.28.0/tests/integration/test_nitrate.py +352 -0
  463. tmt-1.28.0/tests/integration/test_polarion.py +80 -0
  464. tmt-1.28.0/tests/interactive/data/.fmf/version +1 -0
  465. tmt-1.28.0/tests/interactive/data/interactive-anchor-plan.fmf +5 -0
  466. tmt-1.28.0/tests/interactive/main.fmf +2 -0
  467. tmt-1.28.0/tests/interactive/smoke-explicit-tree.py +7 -0
  468. tmt-1.28.0/tests/interactive/smoke.py +6 -0
  469. tmt-1.28.0/tests/interactive/test.sh +26 -0
  470. tmt-1.28.0/tests/libraries/dynamic_ref/data/dynamic-ref +4 -0
  471. tmt-1.28.0/tests/libraries/dynamic_ref/data/lib.sh +10 -0
  472. tmt-1.28.0/tests/libraries/dynamic_ref/data/test.sh +11 -0
  473. tmt-1.28.0/tests/libraries/dynamic_ref/main.fmf +6 -0
  474. tmt-1.28.0/tests/libraries/dynamic_ref/test.sh +66 -0
  475. tmt-1.28.0/tests/libraries/local/data/.fmf/version +1 -0
  476. tmt-1.28.0/tests/libraries/local/data/main.fmf +15 -0
  477. tmt-1.28.0/tests/libraries/local/data/test.sh +24 -0
  478. tmt-1.28.0/tests/libraries/local/main.fmf +9 -0
  479. tmt-1.28.0/tests/libraries/local/test.sh +31 -0
  480. tmt-1.28.0/tests/libraries/recursion/data/lib.sh +10 -0
  481. tmt-1.28.0/tests/libraries/recursion/data/test.sh +12 -0
  482. tmt-1.28.0/tests/libraries/recursion/main.fmf +7 -0
  483. tmt-1.28.0/tests/libraries/recursion/test.sh +41 -0
  484. tmt-1.28.0/tests/lint/all/data/.fmf/version +1 -0
  485. tmt-1.28.0/tests/lint/all/data/plans/bad.fmf +9 -0
  486. tmt-1.28.0/tests/lint/all/data/plans/good.fmf +9 -0
  487. tmt-1.28.0/tests/lint/all/data/stories/bad.fmf +11 -0
  488. tmt-1.28.0/tests/lint/all/data/stories/good.fmf +11 -0
  489. tmt-1.28.0/tests/lint/all/data/tests/bad/main.fmf +2 -0
  490. tmt-1.28.0/tests/lint/all/data/tests/bad/test.sh +6 -0
  491. tmt-1.28.0/tests/lint/all/data/tests/empty/foo/main.fmf +0 -0
  492. tmt-1.28.0/tests/lint/all/data/tests/empty/main.fmf +1 -0
  493. tmt-1.28.0/tests/lint/all/data/tests/fix/main.fmf +4 -0
  494. tmt-1.28.0/tests/lint/all/data/tests/fix/test.sh +6 -0
  495. tmt-1.28.0/tests/lint/all/data/tests/good/main.fmf +2 -0
  496. tmt-1.28.0/tests/lint/all/data/tests/good/test.sh +6 -0
  497. tmt-1.28.0/tests/lint/all/main.fmf +1 -0
  498. tmt-1.28.0/tests/lint/all/test.sh +75 -0
  499. tmt-1.28.0/tests/lint/main.fmf +1 -0
  500. tmt-1.28.0/tests/lint/plan/data/.fmf/version +1 -0
  501. tmt-1.28.0/tests/lint/plan/data/bad.fmf +1 -0
  502. tmt-1.28.0/tests/lint/plan/data/duplicate_names.fmf +23 -0
  503. tmt-1.28.0/tests/lint/plan/data/good.fmf +4 -0
  504. tmt-1.28.0/tests/lint/plan/data/invalid_attr.fmf +9 -0
  505. tmt-1.28.0/tests/lint/plan/data/invalid_how.fmf +4 -0
  506. tmt-1.28.0/tests/lint/plan/data/invalid_path.fmf +7 -0
  507. tmt-1.28.0/tests/lint/plan/data/invalid_ref.fmf +6 -0
  508. tmt-1.28.0/tests/lint/plan/data/invalid_url.fmf +5 -0
  509. tmt-1.28.0/tests/lint/plan/data/multi_discover.fmf +10 -0
  510. tmt-1.28.0/tests/lint/plan/data/multi_execute.fmf +6 -0
  511. tmt-1.28.0/tests/lint/plan/data/valid_fmf.fmf +7 -0
  512. tmt-1.28.0/tests/lint/plan/data/where-guest-role-mismatch.fmf +46 -0
  513. tmt-1.28.0/tests/lint/plan/main.fmf +10 -0
  514. tmt-1.28.0/tests/lint/plan/test.sh +93 -0
  515. tmt-1.28.0/tests/lint/story/data/.fmf/version +1 -0
  516. tmt-1.28.0/tests/lint/story/data/good.fmf +7 -0
  517. tmt-1.28.0/tests/lint/story/data/long_summary.fmf +8 -0
  518. tmt-1.28.0/tests/lint/story/data/missing_story.fmf +2 -0
  519. tmt-1.28.0/tests/lint/story/data/typo_in_key.fmf +2 -0
  520. tmt-1.28.0/tests/lint/story/main.fmf +3 -0
  521. tmt-1.28.0/tests/lint/story/test.sh +37 -0
  522. tmt-1.28.0/tests/lint/test/data/.fmf/version +1 -0
  523. tmt-1.28.0/tests/lint/test/data/bad-attribute.fmf +2 -0
  524. tmt-1.28.0/tests/lint/test/data/bad-not-absolute.fmf +3 -0
  525. tmt-1.28.0/tests/lint/test/data/bad-path.fmf +3 -0
  526. tmt-1.28.0/tests/lint/test/data/coverage.fmf +2 -0
  527. tmt-1.28.0/tests/lint/test/data/empty.fmf +1 -0
  528. tmt-1.28.0/tests/lint/test/data/good.fmf +3 -0
  529. tmt-1.28.0/tests/lint/test/data/manual.fmf +21 -0
  530. tmt-1.28.0/tests/lint/test/data/manual_test_failed/test.md +91 -0
  531. tmt-1.28.0/tests/lint/test/data/manual_test_failed_2/test.md +80 -0
  532. tmt-1.28.0/tests/lint/test/data/manual_test_passed/test.md +71 -0
  533. tmt-1.28.0/tests/lint/test/data/old-yaml.fmf +3 -0
  534. tmt-1.28.0/tests/lint/test/data/perfect.fmf +3 -0
  535. tmt-1.28.0/tests/lint/test/data/relevancy-list.fmf +4 -0
  536. tmt-1.28.0/tests/lint/test/data/relevancy-text.fmf +4 -0
  537. tmt-1.28.0/tests/lint/test/data_sources/.fmf/version +1 -0
  538. tmt-1.28.0/tests/lint/test/data_sources/baz/bb.fmf +1 -0
  539. tmt-1.28.0/tests/lint/test/data_sources/foo/inner/main.fmf +1 -0
  540. tmt-1.28.0/tests/lint/test/data_sources/foo/main.fmf +1 -0
  541. tmt-1.28.0/tests/lint/test/data_sources/foo/special.fmf +5 -0
  542. tmt-1.28.0/tests/lint/test/data_sources/foobar/main.fmf +1 -0
  543. tmt-1.28.0/tests/lint/test/data_sources/main.fmf +3 -0
  544. tmt-1.28.0/tests/lint/test/main.fmf +1 -0
  545. tmt-1.28.0/tests/lint/test/test.sh +149 -0
  546. tmt-1.28.0/tests/login/data/.fmf/version +1 -0
  547. tmt-1.28.0/tests/login/data/fmf-tests.fmf +7 -0
  548. tmt-1.28.0/tests/login/data/plan.fmf +2 -0
  549. tmt-1.28.0/tests/login/data/tests/main.fmf +6 -0
  550. tmt-1.28.0/tests/login/data/tests/test1/main.fmf +2 -0
  551. tmt-1.28.0/tests/login/data/tests/test1/test.sh +2 -0
  552. tmt-1.28.0/tests/login/data/tests/test2/main.fmf +2 -0
  553. tmt-1.28.0/tests/login/data/tests/test2/test.sh +2 -0
  554. tmt-1.28.0/tests/login/debug.sh +19 -0
  555. tmt-1.28.0/tests/login/main.fmf +30 -0
  556. tmt-1.28.0/tests/login/ready.sh +37 -0
  557. tmt-1.28.0/tests/login/reserve.sh +26 -0
  558. tmt-1.28.0/tests/login/step.sh +62 -0
  559. tmt-1.28.0/tests/login/test.sh +38 -0
  560. tmt-1.28.0/tests/login/when.sh +29 -0
  561. tmt-1.28.0/tests/main.fmf +6 -0
  562. tmt-1.28.0/tests/multihost/complete/data/.fmf/version +1 -0
  563. tmt-1.28.0/tests/multihost/complete/data/plans.fmf +56 -0
  564. tmt-1.28.0/tests/multihost/complete/data/tests/C/main.fmf +2 -0
  565. tmt-1.28.0/tests/multihost/complete/data/tests/main.fmf +7 -0
  566. tmt-1.28.0/tests/multihost/complete/data/tests/test.sh +10 -0
  567. tmt-1.28.0/tests/multihost/complete/main.fmf +2 -0
  568. tmt-1.28.0/tests/multihost/complete/test.sh +125 -0
  569. tmt-1.28.0/tests/multihost/corner-cases/data/.fmf/version +1 -0
  570. tmt-1.28.0/tests/multihost/corner-cases/data/plans.fmf +11 -0
  571. tmt-1.28.0/tests/multihost/corner-cases/main.fmf +2 -0
  572. tmt-1.28.0/tests/multihost/corner-cases/test.sh +22 -0
  573. tmt-1.28.0/tests/multihost/main.fmf +1 -0
  574. tmt-1.28.0/tests/multihost/provision/data/.fmf/version +1 -0
  575. tmt-1.28.0/tests/multihost/provision/data/noroles.fmf +7 -0
  576. tmt-1.28.0/tests/multihost/provision/data/roles.fmf +15 -0
  577. tmt-1.28.0/tests/multihost/provision/data/wrong.fmf +7 -0
  578. tmt-1.28.0/tests/multihost/provision/main.fmf +1 -0
  579. tmt-1.28.0/tests/multihost/provision/test.sh +71 -0
  580. tmt-1.28.0/tests/multihost/web/data/.fmf/version +1 -0
  581. tmt-1.28.0/tests/multihost/web/data/plan.fmf +34 -0
  582. tmt-1.28.0/tests/multihost/web/data/test.fmf +25 -0
  583. tmt-1.28.0/tests/multihost/web/main.fmf +15 -0
  584. tmt-1.28.0/tests/pip/install.fmf +28 -0
  585. tmt-1.28.0/tests/plan/context/data/.fmf/version +1 -0
  586. tmt-1.28.0/tests/plan/context/data/bad-values.fmf +9 -0
  587. tmt-1.28.0/tests/plan/context/data/bad.fmf +4 -0
  588. tmt-1.28.0/tests/plan/context/data/good.fmf +8 -0
  589. tmt-1.28.0/tests/plan/context/main.fmf +1 -0
  590. tmt-1.28.0/tests/plan/context/test.sh +48 -0
  591. tmt-1.28.0/tests/plan/create/main.fmf +2 -0
  592. tmt-1.28.0/tests/plan/create/test.sh +42 -0
  593. tmt-1.28.0/tests/plan/export/data/.fmf/version +1 -0
  594. tmt-1.28.0/tests/plan/export/data/plan.fmf +38 -0
  595. tmt-1.28.0/tests/plan/export/main.fmf +2 -0
  596. tmt-1.28.0/tests/plan/export/test.sh +89 -0
  597. tmt-1.28.0/tests/plan/import/basic.sh +108 -0
  598. tmt-1.28.0/tests/plan/import/data/.fmf/version +1 -0
  599. tmt-1.28.0/tests/plan/import/data/plans.fmf +47 -0
  600. tmt-1.28.0/tests/plan/import/errors.sh +18 -0
  601. tmt-1.28.0/tests/plan/import/invalid-data/.fmf/version +1 -0
  602. tmt-1.28.0/tests/plan/import/invalid-data/bad-url.fmf +4 -0
  603. tmt-1.28.0/tests/plan/import/main.fmf +12 -0
  604. tmt-1.28.0/tests/plan/import/modify-data/.fmf/version +1 -0
  605. tmt-1.28.0/tests/plan/import/modify-data/plans.fmf +16 -0
  606. tmt-1.28.0/tests/plan/import/modify.sh +31 -0
  607. tmt-1.28.0/tests/plan/select/main.fmf +4 -0
  608. tmt-1.28.0/tests/plan/select/test.sh +60 -0
  609. tmt-1.28.0/tests/plan/show/data/.fmf/version +1 -0
  610. tmt-1.28.0/tests/plan/show/data/plans/disabled.fmf +4 -0
  611. tmt-1.28.0/tests/plan/show/data/plans/enabled.fmf +4 -0
  612. tmt-1.28.0/tests/plan/show/data/plans/envvars.fmf +2 -0
  613. tmt-1.28.0/tests/plan/show/data/plans/full.fmf +36 -0
  614. tmt-1.28.0/tests/plan/show/data/plans/mini.fmf +2 -0
  615. tmt-1.28.0/tests/plan/show/data/variables.yaml +1 -0
  616. tmt-1.28.0/tests/plan/show/main.fmf +3 -0
  617. tmt-1.28.0/tests/plan/show/test.sh +192 -0
  618. tmt-1.28.0/tests/plugins/main.fmf +2 -0
  619. tmt-1.28.0/tests/plugins/test.sh +65 -0
  620. tmt-1.28.0/tests/precommit/main.fmf +6 -0
  621. tmt-1.28.0/tests/precommit/test.sh +101 -0
  622. tmt-1.28.0/tests/prepare/adjust/data/.fmf/version +1 -0
  623. tmt-1.28.0/tests/prepare/adjust/data/plans.fmf +21 -0
  624. tmt-1.28.0/tests/prepare/adjust/data/smoke.py +4 -0
  625. tmt-1.28.0/tests/prepare/adjust/data/tests.fmf +19 -0
  626. tmt-1.28.0/tests/prepare/adjust/main.fmf +5 -0
  627. tmt-1.28.0/tests/prepare/adjust/test.sh +39 -0
  628. tmt-1.28.0/tests/prepare/ansible/data/.fmf/version +1 -0
  629. tmt-1.28.0/tests/prepare/ansible/data/plan.fmf +22 -0
  630. tmt-1.28.0/tests/prepare/ansible/data/playbook.yml +17 -0
  631. tmt-1.28.0/tests/prepare/ansible/data/test.fmf +2 -0
  632. tmt-1.28.0/tests/prepare/ansible/main.fmf +20 -0
  633. tmt-1.28.0/tests/prepare/ansible/test.sh +38 -0
  634. tmt-1.28.0/tests/prepare/basic/data/.fmf/version +1 -0
  635. tmt-1.28.0/tests/prepare/basic/data/main.fmf +9 -0
  636. tmt-1.28.0/tests/prepare/basic/main.fmf +1 -0
  637. tmt-1.28.0/tests/prepare/basic/test.sh +18 -0
  638. tmt-1.28.0/tests/prepare/freeze/data/.fmf/version +1 -0
  639. tmt-1.28.0/tests/prepare/freeze/data/main.fmf +13 -0
  640. tmt-1.28.0/tests/prepare/freeze/main.fmf +5 -0
  641. tmt-1.28.0/tests/prepare/freeze/test.sh +21 -0
  642. tmt-1.28.0/tests/prepare/install/data/.fmf/version +1 -0
  643. tmt-1.28.0/tests/prepare/install/data/copr.fmf +7 -0
  644. tmt-1.28.0/tests/prepare/install/data/debuginfo.fmf +39 -0
  645. tmt-1.28.0/tests/prepare/install/data/epel7.fmf +9 -0
  646. tmt-1.28.0/tests/prepare/install/data/epel8-remote.fmf +10 -0
  647. tmt-1.28.0/tests/prepare/install/data/escape.fmf +6 -0
  648. tmt-1.28.0/tests/prepare/install/data/exclude.fmf +8 -0
  649. tmt-1.28.0/tests/prepare/install/data/existing.fmf +6 -0
  650. tmt-1.28.0/tests/prepare/install/data/main.fmf +2 -0
  651. tmt-1.28.0/tests/prepare/install/data/missing.fmf +6 -0
  652. tmt-1.28.0/tests/prepare/install/main.fmf +18 -0
  653. tmt-1.28.0/tests/prepare/install/test.sh +62 -0
  654. tmt-1.28.0/tests/prepare/main.fmf +4 -0
  655. tmt-1.28.0/tests/prepare/recommend/data/.fmf/version +1 -0
  656. tmt-1.28.0/tests/prepare/recommend/data/plan.fmf +21 -0
  657. tmt-1.28.0/tests/prepare/recommend/data/test.fmf +11 -0
  658. tmt-1.28.0/tests/prepare/recommend/main.fmf +17 -0
  659. tmt-1.28.0/tests/prepare/recommend/test.sh +49 -0
  660. tmt-1.28.0/tests/prepare/require/data/.fmf/version +1 -0
  661. tmt-1.28.0/tests/prepare/require/data/plan.fmf +19 -0
  662. tmt-1.28.0/tests/prepare/require/data/test.fmf +14 -0
  663. tmt-1.28.0/tests/prepare/require/main.fmf +6 -0
  664. tmt-1.28.0/tests/prepare/require/test.sh +39 -0
  665. tmt-1.28.0/tests/prepare/shell/data/.fmf/version +1 -0
  666. tmt-1.28.0/tests/prepare/shell/data/custom.fmf +9 -0
  667. tmt-1.28.0/tests/prepare/shell/data/multiple.fmf +5 -0
  668. tmt-1.28.0/tests/prepare/shell/data/prepare.sh +8 -0
  669. tmt-1.28.0/tests/prepare/shell/main.fmf +3 -0
  670. tmt-1.28.0/tests/prepare/shell/test.sh +26 -0
  671. tmt-1.28.0/tests/provision/facts/main.fmf +4 -0
  672. tmt-1.28.0/tests/provision/facts/test.sh +101 -0
  673. tmt-1.28.0/tests/provision/hardware/data/.fmf/version +1 -0
  674. tmt-1.28.0/tests/provision/hardware/data/main.fmf +61 -0
  675. tmt-1.28.0/tests/provision/hardware/main.fmf +10 -0
  676. tmt-1.28.0/tests/provision/hardware/test.sh +24 -0
  677. tmt-1.28.0/tests/provision/main.fmf +2 -0
  678. tmt-1.28.0/tests/provision/reboot/main.fmf +6 -0
  679. tmt-1.28.0/tests/provision/reboot/test.sh +50 -0
  680. tmt-1.28.0/tests/provision/ssh-options/data/.fmf/version +1 -0
  681. tmt-1.28.0/tests/provision/ssh-options/data/plan.fmf +9 -0
  682. tmt-1.28.0/tests/provision/ssh-options/main.fmf +6 -0
  683. tmt-1.28.0/tests/provision/ssh-options/test.sh +24 -0
  684. tmt-1.28.0/tests/provision/user/main.fmf +2 -0
  685. tmt-1.28.0/tests/provision/user/test.sh +35 -0
  686. tmt-1.28.0/tests/provision/virtual/dependencies/main.fmf +11 -0
  687. tmt-1.28.0/tests/provision/virtual/dependencies/test.sh +46 -0
  688. tmt-1.28.0/tests/provision/virtual.testcloud/data/.fmf/version +1 -0
  689. tmt-1.28.0/tests/provision/virtual.testcloud/data/plan.fmf +15 -0
  690. tmt-1.28.0/tests/provision/virtual.testcloud/main.fmf +8 -0
  691. tmt-1.28.0/tests/provision/virtual.testcloud/test.sh +45 -0
  692. tmt-1.28.0/tests/pull/main.fmf +1 -0
  693. tmt-1.28.0/tests/pull/results/data/.fmf/version +1 -0
  694. tmt-1.28.0/tests/pull/results/data/plan.fmf +6 -0
  695. tmt-1.28.0/tests/pull/results/data/test.fmf +21 -0
  696. tmt-1.28.0/tests/pull/results/main.fmf +13 -0
  697. tmt-1.28.0/tests/pull/results/test.sh +50 -0
  698. tmt-1.28.0/tests/pull/simple/main.fmf +15 -0
  699. tmt-1.28.0/tests/pull/simple/test.sh +26 -0
  700. tmt-1.28.0/tests/report/display/data/.fmf/version +1 -0
  701. tmt-1.28.0/tests/report/display/data/main.fmf +22 -0
  702. tmt-1.28.0/tests/report/display/main.fmf +1 -0
  703. tmt-1.28.0/tests/report/display/test.sh +34 -0
  704. tmt-1.28.0/tests/report/html/data/.fmf/version +1 -0
  705. tmt-1.28.0/tests/report/html/data/main.fmf +45 -0
  706. tmt-1.28.0/tests/report/html/main.fmf +2 -0
  707. tmt-1.28.0/tests/report/html/test.sh +96 -0
  708. tmt-1.28.0/tests/report/junit/data/.fmf/version +1 -0
  709. tmt-1.28.0/tests/report/junit/data/main.fmf +29 -0
  710. tmt-1.28.0/tests/report/junit/data/runtest.sh +19 -0
  711. tmt-1.28.0/tests/report/junit/main.fmf +1 -0
  712. tmt-1.28.0/tests/report/junit/test.sh +23 -0
  713. tmt-1.28.0/tests/report/main.fmf +1 -0
  714. tmt-1.28.0/tests/report/polarion/data/.fmf/version +1 -0
  715. tmt-1.28.0/tests/report/polarion/data/main.fmf +22 -0
  716. tmt-1.28.0/tests/report/polarion/main.fmf +2 -0
  717. tmt-1.28.0/tests/report/polarion/test.sh +23 -0
  718. tmt-1.28.0/tests/report/reportportal/data/.fmf/version +1 -0
  719. tmt-1.28.0/tests/report/reportportal/data/plan.fmf +25 -0
  720. tmt-1.28.0/tests/report/reportportal/data/test.fmf +14 -0
  721. tmt-1.28.0/tests/report/reportportal/main.fmf +6 -0
  722. tmt-1.28.0/tests/report/reportportal/test.sh +134 -0
  723. tmt-1.28.0/tests/report/summary/data/.fmf/version +1 -0
  724. tmt-1.28.0/tests/report/summary/data/main.fmf +34 -0
  725. tmt-1.28.0/tests/report/summary/main.fmf +1 -0
  726. tmt-1.28.0/tests/report/summary/test.sh +40 -0
  727. tmt-1.28.0/tests/run/default/main.fmf +6 -0
  728. tmt-1.28.0/tests/run/default/test.sh +37 -0
  729. tmt-1.28.0/tests/run/error/main.fmf +3 -0
  730. tmt-1.28.0/tests/run/error/test.sh +53 -0
  731. tmt-1.28.0/tests/run/follow/data/.fmf/version +1 -0
  732. tmt-1.28.0/tests/run/follow/data/main.fmf +10 -0
  733. tmt-1.28.0/tests/run/follow/main.fmf +1 -0
  734. tmt-1.28.0/tests/run/follow/test.sh +25 -0
  735. tmt-1.28.0/tests/run/permissions/main.fmf +15 -0
  736. tmt-1.28.0/tests/run/permissions/test.sh +58 -0
  737. tmt-1.28.0/tests/run/recursion/main.fmf +1 -0
  738. tmt-1.28.0/tests/run/recursion/test.sh +20 -0
  739. tmt-1.28.0/tests/run/remove/main.fmf +6 -0
  740. tmt-1.28.0/tests/run/remove/test.sh +42 -0
  741. tmt-1.28.0/tests/run/root/main.fmf +6 -0
  742. tmt-1.28.0/tests/run/root/test.sh +24 -0
  743. tmt-1.28.0/tests/run/shell/data/.fmf/version +1 -0
  744. tmt-1.28.0/tests/run/shell/data/reproducer.fmf +17 -0
  745. tmt-1.28.0/tests/run/shell/main.fmf +15 -0
  746. tmt-1.28.0/tests/run/shell/test.sh +38 -0
  747. tmt-1.28.0/tests/run/worktree/data/ansible/.fmf/version +1 -0
  748. tmt-1.28.0/tests/run/worktree/data/ansible/plan.fmf +18 -0
  749. tmt-1.28.0/tests/run/worktree/data/ansible/playbook.yml +6 -0
  750. tmt-1.28.0/tests/run/worktree/data/ansible/testfile +1 -0
  751. tmt-1.28.0/tests/run/worktree/data/prepare/.fmf/version +1 -0
  752. tmt-1.28.0/tests/run/worktree/data/prepare/plan.fmf +6 -0
  753. tmt-1.28.0/tests/run/worktree/data/simple/.fmf/version +1 -0
  754. tmt-1.28.0/tests/run/worktree/data/simple/plan.fmf +8 -0
  755. tmt-1.28.0/tests/run/worktree/data/simple/testfile +1 -0
  756. tmt-1.28.0/tests/run/worktree/data/tree/.fmf/version +1 -0
  757. tmt-1.28.0/tests/run/worktree/data/tree/file.txt +1 -0
  758. tmt-1.28.0/tests/run/worktree/data/tree/plan.fmf +13 -0
  759. tmt-1.28.0/tests/run/worktree/data/tree/test/main.fmf +1 -0
  760. tmt-1.28.0/tests/run/worktree/main.fmf +24 -0
  761. tmt-1.28.0/tests/run/worktree/test.sh +30 -0
  762. tmt-1.28.0/tests/security/ansible/data/.fmf/version +1 -0
  763. tmt-1.28.0/tests/security/ansible/data/plan.fmf +7 -0
  764. tmt-1.28.0/tests/security/ansible/main.fmf +16 -0
  765. tmt-1.28.0/tests/security/ansible/test.sh +23 -0
  766. tmt-1.28.0/tests/status/base/main.fmf +2 -0
  767. tmt-1.28.0/tests/status/base/test.sh +106 -0
  768. tmt-1.28.0/tests/steps/duplicate-name/data/.fmf/version +1 -0
  769. tmt-1.28.0/tests/steps/duplicate-name/data/plan.fmf +13 -0
  770. tmt-1.28.0/tests/steps/duplicate-name/main.fmf +1 -0
  771. tmt-1.28.0/tests/steps/duplicate-name/test.sh +20 -0
  772. tmt-1.28.0/tests/steps/invalid/data/.fmf/version +1 -0
  773. tmt-1.28.0/tests/steps/invalid/data/plan.fmf +5 -0
  774. tmt-1.28.0/tests/steps/invalid/main.fmf +2 -0
  775. tmt-1.28.0/tests/steps/invalid/test.sh +24 -0
  776. tmt-1.28.0/tests/steps/select/data/.fmf/version +1 -0
  777. tmt-1.28.0/tests/steps/select/data/plan.fmf +4 -0
  778. tmt-1.28.0/tests/steps/select/main.fmf +1 -0
  779. tmt-1.28.0/tests/steps/select/test.sh +104 -0
  780. tmt-1.28.0/tests/story/create/main.fmf +2 -0
  781. tmt-1.28.0/tests/story/create/test.sh +27 -0
  782. tmt-1.28.0/tests/story/export/data/.fmf/version +1 -0
  783. tmt-1.28.0/tests/story/export/data/full.fmf +13 -0
  784. tmt-1.28.0/tests/story/export/data/mini.fmf +1 -0
  785. tmt-1.28.0/tests/story/export/main.fmf +1 -0
  786. tmt-1.28.0/tests/story/export/story-template.j2 +1 -0
  787. tmt-1.28.0/tests/story/export/test.sh +64 -0
  788. tmt-1.28.0/tests/story/priority/data/.fmf/version +1 -0
  789. tmt-1.28.0/tests/story/priority/data/story.fmf +20 -0
  790. tmt-1.28.0/tests/story/priority/main.fmf +4 -0
  791. tmt-1.28.0/tests/story/priority/test.sh +35 -0
  792. tmt-1.28.0/tests/story/show/data/.fmf/version +1 -0
  793. tmt-1.28.0/tests/story/show/data/stories/disabled.fmf +6 -0
  794. tmt-1.28.0/tests/story/show/data/stories/enabled.fmf +6 -0
  795. tmt-1.28.0/tests/story/show/data/stories/full.fmf +12 -0
  796. tmt-1.28.0/tests/story/show/data/stories/mini.fmf +1 -0
  797. tmt-1.28.0/tests/story/show/main.fmf +3 -0
  798. tmt-1.28.0/tests/story/show/test.sh +91 -0
  799. tmt-1.28.0/tests/test/check/data/.fmf/version +1 -0
  800. tmt-1.28.0/tests/test/check/data/main.fmf +18 -0
  801. tmt-1.28.0/tests/test/check/data/plan.fmf +5 -0
  802. tmt-1.28.0/tests/test/check/main.fmf +26 -0
  803. tmt-1.28.0/tests/test/check/test-avc.sh +58 -0
  804. tmt-1.28.0/tests/test/check/test-dmesg.sh +57 -0
  805. tmt-1.28.0/tests/test/create/main.fmf +2 -0
  806. tmt-1.28.0/tests/test/create/test.sh +119 -0
  807. tmt-1.28.0/tests/test/debug/main.fmf +12 -0
  808. tmt-1.28.0/tests/test/debug/test.sh +37 -0
  809. tmt-1.28.0/tests/test/export/data/.fmf/version +1 -0
  810. tmt-1.28.0/tests/test/export/data/tests.fmf +8 -0
  811. tmt-1.28.0/tests/test/export/main.fmf +2 -0
  812. tmt-1.28.0/tests/test/export/parse.py +68 -0
  813. tmt-1.28.0/tests/test/export/test.sh +94 -0
  814. tmt-1.28.0/tests/test/identifier/main.fmf +4 -0
  815. tmt-1.28.0/tests/test/identifier/test.sh +21 -0
  816. tmt-1.28.0/tests/test/import/data/.fmf/version +1 -0
  817. tmt-1.28.0/tests/test/import/data/main.fmf +2 -0
  818. tmt-1.28.0/tests/test/import/data/parent/child/Makefile +51 -0
  819. tmt-1.28.0/tests/test/import/data/parent/child/PURPOSE +6 -0
  820. tmt-1.28.0/tests/test/import/data/parent/child/metadata +13 -0
  821. tmt-1.28.0/tests/test/import/data/parent/child/runtest.sh +10 -0
  822. tmt-1.28.0/tests/test/import/data/parent/empty-requires/Makefile +27 -0
  823. tmt-1.28.0/tests/test/import/data/parent/main.fmf +1 -0
  824. tmt-1.28.0/tests/test/import/data/parent/multiple-lines-run/Makefile +30 -0
  825. tmt-1.28.0/tests/test/import/data/parent/multiple-lines-run/runtest.sh +3 -0
  826. tmt-1.28.0/tests/test/import/data/parent/negative-requires/Makefile +26 -0
  827. tmt-1.28.0/tests/test/import/data/parent/single-line-run/Makefile +27 -0
  828. tmt-1.28.0/tests/test/import/data/parent/single-line-run/runtest.sh +3 -0
  829. tmt-1.28.0/tests/test/import/main.fmf +2 -0
  830. tmt-1.28.0/tests/test/import/test.sh +175 -0
  831. tmt-1.28.0/tests/test/script/data/.fmf/version +1 -0
  832. tmt-1.28.0/tests/test/script/data/tests/foo.fmf +9 -0
  833. tmt-1.28.0/tests/test/script/main.fmf +1 -0
  834. tmt-1.28.0/tests/test/script/test.sh +23 -0
  835. tmt-1.28.0/tests/test/select/data/.fmf/version +1 -0
  836. tmt-1.28.0/tests/test/select/data/plans.fmf +24 -0
  837. tmt-1.28.0/tests/test/select/data/sub/first.fmf +0 -0
  838. tmt-1.28.0/tests/test/select/data/sub/main.fmf +5 -0
  839. tmt-1.28.0/tests/test/select/data/sub/second.fmf +0 -0
  840. tmt-1.28.0/tests/test/select/data/subdir/main.fmf +7 -0
  841. tmt-1.28.0/tests/test/select/data/subdir_other.fmf +5 -0
  842. tmt-1.28.0/tests/test/select/data/tests.fmf +31 -0
  843. tmt-1.28.0/tests/test/select/main.fmf +4 -0
  844. tmt-1.28.0/tests/test/select/test.sh +260 -0
  845. tmt-1.28.0/tests/test/show/data/.fmf/version +1 -0
  846. tmt-1.28.0/tests/test/show/data/tests/disabled01.fmf +3 -0
  847. tmt-1.28.0/tests/test/show/data/tests/disabled02.fmf +3 -0
  848. tmt-1.28.0/tests/test/show/data/tests/enabled01.fmf +3 -0
  849. tmt-1.28.0/tests/test/show/data/tests/enabled02.fmf +3 -0
  850. tmt-1.28.0/tests/test/show/data/tests/full.fmf +20 -0
  851. tmt-1.28.0/tests/test/show/data/tests/mini.fmf +1 -0
  852. tmt-1.28.0/tests/test/show/main.fmf +3 -0
  853. tmt-1.28.0/tests/test/show/test.sh +130 -0
  854. tmt-1.28.0/tests/unit/__init__.py +171 -0
  855. tmt-1.28.0/tests/unit/conftest.py +112 -0
  856. tmt-1.28.0/tests/unit/id/defined/.fmf/version +1 -0
  857. tmt-1.28.0/tests/unit/id/defined/main.fmf +21 -0
  858. tmt-1.28.0/tests/unit/id/empty/.fmf/version +1 -0
  859. tmt-1.28.0/tests/unit/id/empty/main.fmf +5 -0
  860. tmt-1.28.0/tests/unit/main.fmf +10 -0
  861. tmt-1.28.0/tests/unit/manual_test/test.md +71 -0
  862. tmt-1.28.0/tests/unit/manual_test/test_empty.md +0 -0
  863. tmt-1.28.0/tests/unit/test_adjust.py +166 -0
  864. tmt-1.28.0/tests/unit/test_base.py +166 -0
  865. tmt-1.28.0/tests/unit/test_beakerlib.py +131 -0
  866. tmt-1.28.0/tests/unit/test_cli.py +262 -0
  867. tmt-1.28.0/tests/unit/test_convert.py +54 -0
  868. tmt-1.28.0/tests/unit/test_dataclasses.py +156 -0
  869. tmt-1.28.0/tests/unit/test_export_to_nitrate.py +111 -0
  870. tmt-1.28.0/tests/unit/test_file_require.py +46 -0
  871. tmt-1.28.0/tests/unit/test_guest.py +14 -0
  872. tmt-1.28.0/tests/unit/test_hardware.py +127 -0
  873. tmt-1.28.0/tests/unit/test_id.py +117 -0
  874. tmt-1.28.0/tests/unit/test_logging.py +359 -0
  875. tmt-1.28.0/tests/unit/test_report_junit.py +199 -0
  876. tmt-1.28.0/tests/unit/test_schemas.py +278 -0
  877. tmt-1.28.0/tests/unit/test_utils.py +1513 -0
  878. tmt-1.28.0/tests/usability/data/.fmf/version +1 -0
  879. tmt-1.28.0/tests/usability/data/cmdabbr.fmf +8 -0
  880. tmt-1.28.0/tests/usability/main.fmf +3 -0
  881. tmt-1.28.0/tests/usability/test.sh +44 -0
  882. tmt-1.28.0/tmt/__init__.py +23 -0
  883. tmt-1.28.0/tmt/__main__.py +26 -0
  884. tmt-1.28.0/tmt/base.py +3985 -0
  885. tmt-1.28.0/tmt/checks/__init__.py +211 -0
  886. tmt-1.28.0/tmt/checks/avc.py +182 -0
  887. tmt-1.28.0/tmt/checks/dmesg.py +105 -0
  888. tmt-1.28.0/tmt/cli.py +1871 -0
  889. tmt-1.28.0/tmt/convert.py +1217 -0
  890. tmt-1.28.0/tmt/export/__init__.py +510 -0
  891. tmt-1.28.0/tmt/export/_dict.py +13 -0
  892. tmt-1.28.0/tmt/export/_json.py +15 -0
  893. tmt-1.28.0/tmt/export/nitrate.py +656 -0
  894. tmt-1.28.0/tmt/export/polarion.py +369 -0
  895. tmt-1.28.0/tmt/export/rst.py +34 -0
  896. tmt-1.28.0/tmt/export/template.py +89 -0
  897. tmt-1.28.0/tmt/export/templates/default-story.rst.j2 +67 -0
  898. tmt-1.28.0/tmt/export/yaml.py +13 -0
  899. tmt-1.28.0/tmt/frameworks/__init__.py +126 -0
  900. tmt-1.28.0/tmt/frameworks/beakerlib.py +119 -0
  901. tmt-1.28.0/tmt/frameworks/shell.py +56 -0
  902. tmt-1.28.0/tmt/hardware.py +1236 -0
  903. tmt-1.28.0/tmt/identifier.py +69 -0
  904. tmt-1.28.0/tmt/libraries/__init__.py +175 -0
  905. tmt-1.28.0/tmt/libraries/beakerlib.py +353 -0
  906. tmt-1.28.0/tmt/libraries/file.py +84 -0
  907. tmt-1.28.0/tmt/lint.py +404 -0
  908. tmt-1.28.0/tmt/log.py +818 -0
  909. tmt-1.28.0/tmt/options.py +521 -0
  910. tmt-1.28.0/tmt/plugins/__init__.py +299 -0
  911. tmt-1.28.0/tmt/py.typed +0 -0
  912. tmt-1.28.0/tmt/queue.py +269 -0
  913. tmt-1.28.0/tmt/result.py +369 -0
  914. tmt-1.28.0/tmt/schemas/common.yaml +420 -0
  915. tmt-1.28.0/tmt/schemas/core.yaml +58 -0
  916. tmt-1.28.0/tmt/schemas/discover/fmf.yaml +87 -0
  917. tmt-1.28.0/tmt/schemas/discover/shell.yaml +144 -0
  918. tmt-1.28.0/tmt/schemas/execute/tmt.yaml +38 -0
  919. tmt-1.28.0/tmt/schemas/execute/upgrade.yaml +54 -0
  920. tmt-1.28.0/tmt/schemas/finish/ansible.yaml +12 -0
  921. tmt-1.28.0/tmt/schemas/finish/shell.yaml +12 -0
  922. tmt-1.28.0/tmt/schemas/plan.yaml +190 -0
  923. tmt-1.28.0/tmt/schemas/prepare/ansible.yaml +12 -0
  924. tmt-1.28.0/tmt/schemas/prepare/errata.yaml +46 -0
  925. tmt-1.28.0/tmt/schemas/prepare/install.yaml +60 -0
  926. tmt-1.28.0/tmt/schemas/prepare/shell.yaml +12 -0
  927. tmt-1.28.0/tmt/schemas/provision/artemis.yaml +108 -0
  928. tmt-1.28.0/tmt/schemas/provision/beaker.yaml +44 -0
  929. tmt-1.28.0/tmt/schemas/provision/connect.yaml +46 -0
  930. tmt-1.28.0/tmt/schemas/provision/container.yaml +38 -0
  931. tmt-1.28.0/tmt/schemas/provision/hardware.yaml +285 -0
  932. tmt-1.28.0/tmt/schemas/provision/kickstart.yaml +40 -0
  933. tmt-1.28.0/tmt/schemas/provision/local.yaml +29 -0
  934. tmt-1.28.0/tmt/schemas/provision/minute.yaml +44 -0
  935. tmt-1.28.0/tmt/schemas/provision/virtual.yaml +53 -0
  936. tmt-1.28.0/tmt/schemas/report/display.yaml +26 -0
  937. tmt-1.28.0/tmt/schemas/report/html.yaml +35 -0
  938. tmt-1.28.0/tmt/schemas/report/junit.yaml +29 -0
  939. tmt-1.28.0/tmt/schemas/report/polarion.yaml +72 -0
  940. tmt-1.28.0/tmt/schemas/report/reportportal.yaml +42 -0
  941. tmt-1.28.0/tmt/schemas/results.yaml +94 -0
  942. tmt-1.28.0/tmt/schemas/story.yaml +75 -0
  943. tmt-1.28.0/tmt/schemas/test.yaml +128 -0
  944. tmt-1.28.0/tmt/steps/__init__.py +2049 -0
  945. tmt-1.28.0/tmt/steps/discover/__init__.py +376 -0
  946. tmt-1.28.0/tmt/steps/discover/fmf.py +602 -0
  947. tmt-1.28.0/tmt/steps/discover/shell.py +402 -0
  948. tmt-1.28.0/tmt/steps/execute/__init__.py +692 -0
  949. tmt-1.28.0/tmt/steps/execute/internal.py +496 -0
  950. tmt-1.28.0/tmt/steps/execute/scripts/tmt-abort +5 -0
  951. tmt-1.28.0/tmt/steps/execute/scripts/tmt-file-submit +33 -0
  952. tmt-1.28.0/tmt/steps/execute/scripts/tmt-reboot +34 -0
  953. tmt-1.28.0/tmt/steps/execute/scripts/tmt-report-result +126 -0
  954. tmt-1.28.0/tmt/steps/execute/upgrade.py +341 -0
  955. tmt-1.28.0/tmt/steps/finish/__init__.py +189 -0
  956. tmt-1.28.0/tmt/steps/finish/ansible.py +40 -0
  957. tmt-1.28.0/tmt/steps/finish/shell.py +74 -0
  958. tmt-1.28.0/tmt/steps/prepare/__init__.py +298 -0
  959. tmt-1.28.0/tmt/steps/prepare/ansible.py +145 -0
  960. tmt-1.28.0/tmt/steps/prepare/install.py +609 -0
  961. tmt-1.28.0/tmt/steps/prepare/shell.py +93 -0
  962. tmt-1.28.0/tmt/steps/provision/__init__.py +1875 -0
  963. tmt-1.28.0/tmt/steps/provision/artemis.py +691 -0
  964. tmt-1.28.0/tmt/steps/provision/connect.py +113 -0
  965. tmt-1.28.0/tmt/steps/provision/local.py +172 -0
  966. tmt-1.28.0/tmt/steps/provision/mrack/mrack-provisioning-config.yaml +109 -0
  967. tmt-1.28.0/tmt/steps/provision/mrack/mrack.conf +6 -0
  968. tmt-1.28.0/tmt/steps/provision/mrack.py +718 -0
  969. tmt-1.28.0/tmt/steps/provision/podman.py +351 -0
  970. tmt-1.28.0/tmt/steps/provision/testcloud.py +708 -0
  971. tmt-1.28.0/tmt/steps/report/__init__.py +114 -0
  972. tmt-1.28.0/tmt/steps/report/display.py +156 -0
  973. tmt-1.28.0/tmt/steps/report/html/template.html.j2 +239 -0
  974. tmt-1.28.0/tmt/steps/report/html.py +122 -0
  975. tmt-1.28.0/tmt/steps/report/junit.py +130 -0
  976. tmt-1.28.0/tmt/steps/report/polarion.py +283 -0
  977. tmt-1.28.0/tmt/steps/report/reportportal.py +248 -0
  978. tmt-1.28.0/tmt/templates.py +139 -0
  979. tmt-1.28.0/tmt/utils.py +6030 -0
  980. tmt-1.28.0/tmt.spec +1972 -0
tmt-1.28.0/.gitignore ADDED
@@ -0,0 +1,75 @@
1
+ # tmt-specific
2
+
3
+ /tmp/
4
+ docs/_build
5
+ docs/spec
6
+ docs/stories
7
+
8
+ # Python
9
+
10
+ # Byte-compiled / optimized / DLL files
11
+ __pycache__/
12
+ *.py[cod]
13
+ *$py.class
14
+
15
+ # Distribution / packaging
16
+ .Python
17
+ build/
18
+ develop-eggs/
19
+ dist/
20
+ downloads/
21
+ eggs/
22
+ .eggs/
23
+ lib/
24
+ lib64/
25
+ parts/
26
+ sdist/
27
+ var/
28
+ wheels/
29
+ share/python-wheels/
30
+ *.egg-info/
31
+ .installed.cfg
32
+ *.egg
33
+ MANIFEST
34
+
35
+ # Testing
36
+ .mypy_cache
37
+ .pytest_cache
38
+
39
+ # Virtual environment
40
+ .env
41
+ .venv
42
+ env/
43
+ venv/
44
+ ENV/
45
+ env.bak/
46
+ venv.bak/
47
+
48
+ # Jetbrains
49
+ .idea/
50
+
51
+ # Vim
52
+
53
+ # Swap
54
+ [._]*.s[a-v][a-z]
55
+ [._]*.sw[a-p]
56
+ [._]s[a-rt-v][a-z]
57
+ [._]ss[a-gi-z]
58
+ [._]sw[a-p]
59
+
60
+ # Session
61
+ Session.vim
62
+ Sessionx.vim
63
+
64
+ # Temporary
65
+ .netrwhist
66
+ *~
67
+
68
+ # Auto-generated tag files
69
+ tags
70
+
71
+ # Persistent undo
72
+ [._]*.un~
73
+
74
+ # Visual Studio Code
75
+ .vscode
tmt-1.28.0/LICENSE ADDED
@@ -0,0 +1,24 @@
1
+
2
+ MIT License
3
+
4
+ Copyright Red Hat
5
+
6
+ Permission is hereby granted, free of charge, to any person
7
+ obtaining a copy of this software and associated documentation
8
+ files (the "Software"), to deal in the Software without
9
+ restriction, including without limitation the rights to use, copy,
10
+ modify, merge, publish, distribute, sublicense, and/or sell copies
11
+ of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be
15
+ included in all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
21
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
24
+ DEALINGS IN THE SOFTWARE.