2 Commits

Author SHA1 Message Date
Petr Šplíchal d054522ef5 Try again with extended duration 2020-10-15 09:38:38 +02:00
Petr Šplíchal 1f2d9ef3ef Enable all available tests from the tmt repo 2020-10-12 15:23:47 +02:00
4 changed files with 4 additions and 26 deletions
-1
View File
@@ -9,4 +9,3 @@
/tmt-0.20.tar.gz
/tmt-0.21.tar.gz
/tmt-1.0.tar.gz
/tmt-1.1.tar.gz
+2 -3
View File
@@ -1,8 +1,7 @@
summary:
All tests suitable to run in a virtual machine
summary: Essential command line features
discover:
how: fmf
url: https://github.com/psss/tmt
filter: tag:virtual
ref: duration
execute:
how: beakerlib
+1 -1
View File
@@ -1 +1 @@
SHA512 (tmt-1.1.tar.gz) = 6ae5e0a2f1ebde90d2eb3f05134e17e6261d765c2d72fea5b84196c04f1257b89c7e9c3a1ef91a26bcde94f38ff07e639b926b8834ee8b419c81e36cd33a775b
SHA512 (tmt-1.0.tar.gz) = 98cfa96e0f872a40e72d108e90a0f594563301f4ae1df8b30c53a229e96b998bcb6ae0287aec01c7f3ce231671e94cdcb6d43fac81b3c3e1036b8151b7bec78f
+1 -21
View File
@@ -1,5 +1,5 @@
Name: tmt
Version: 1.1
Version: 1.0
Release: 1%{?dist}
Summary: Test Management Tool
@@ -158,26 +158,6 @@ 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