2 Commits

Author SHA1 Message Date
Petr Šplíchal df1266227d Release tmt-1.1 2020-10-22 19:07:06 +02:00
Petr Šplíchal 233d93fa80 Enable all tests from the tmt repo 2020-10-19 10:57:53 +02:00
4 changed files with 26 additions and 4 deletions
+1
View File
@@ -9,3 +9,4 @@
/tmt-0.20.tar.gz
/tmt-0.21.tar.gz
/tmt-1.0.tar.gz
/tmt-1.1.tar.gz
+3 -2
View File
@@ -1,7 +1,8 @@
summary: Essential command line features
summary:
All tests suitable to run in a virtual machine
discover:
how: fmf
url: https://github.com/psss/tmt
ref: duration
filter: tag:virtual
execute:
how: beakerlib
+1 -1
View File
@@ -1 +1 @@
SHA512 (tmt-1.0.tar.gz) = 98cfa96e0f872a40e72d108e90a0f594563301f4ae1df8b30c53a229e96b998bcb6ae0287aec01c7f3ce231671e94cdcb6d43fac81b3c3e1036b8151b7bec78f
SHA512 (tmt-1.1.tar.gz) = 6ae5e0a2f1ebde90d2eb3f05134e17e6261d765c2d72fea5b84196c04f1257b89c7e9c3a1ef91a26bcde94f38ff07e639b926b8834ee8b419c81e36cd33a775b
+21 -1
View File
@@ -1,5 +1,5 @@
Name: tmt
Version: 1.0
Version: 1.1
Release: 1%{?dist}
Summary: Test Management Tool
@@ -158,6 +158,26 @@ export LANG=en_US.utf-8
%changelog
* Thu Oct 22 2020 Petr Šplíchal <psplicha@redhat.com> - 1.1-1
- Convert adds extra-summary as well
- Simplify test directory copy with enabled symlinks
- Select latest minute image only from released images
- Allow specifying exact RHEL version using a short name
- Preserve symlinks during discover, pull and push
- Always run Login plugin even if step is done
- Suggest some useful aliases for common use cases
- Correct type of Tier attribute in examples
- Define basic hardware environment specification
- Import manual data for automated tests
- Tag tests which can be run under container/virtual
- Give hints to install provision plugins [fix #405]
- Handle nicely missing library metadata [fix #397]
- Update the test data directory name in the spec
- Extend duration for tests using virtualization
- Use a better name for the test data path method
- Provide aggregated test metadata for execution
- Send warnings to stderr, introduce a fail() method
* Wed Oct 07 2020 Petr Šplíchal <psplicha@redhat.com> - 1.0-1
- Correctly handle framework for new plans and tests
- Move runtest.sh adjustments into a single function