From 9e0b0f486cae8889199e705d378d4e4eef3f623620f47f0e6f0ca6e4e835694e Mon Sep 17 00:00:00 2001 From: Christopher Hofmann Date: Tue, 27 Mar 2018 08:53:02 +0000 Subject: [PATCH 1/2] - Adapted btrfs_snapshots.sh to the new format used in fstab. - 1.2.34 - Removed profile_sections.sh from sles_network.rb test due missing firewall settings. Test sles.rb is already calling this check. - 1.2.33 - Renaming base product name (SLES15 -> SLES) (bsc#1084259) - 1.2.32 - Adapting firewall to SLES15. - 1.2.31 - Adapted testcases. (tftp-server, removed ca-management,...) - 1.2.30 - Adjust firewall.sh for firewalld - 1.2.29 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/aytests-tests?expand=0&rev=17 --- aytests-tests-1.2.28.tar.bz2 | 3 --- aytests-tests-1.2.34.tar.bz2 | 3 +++ aytests-tests.changes | 37 ++++++++++++++++++++++++++++++++++++ aytests-tests.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 aytests-tests-1.2.28.tar.bz2 create mode 100644 aytests-tests-1.2.34.tar.bz2 diff --git a/aytests-tests-1.2.28.tar.bz2 b/aytests-tests-1.2.28.tar.bz2 deleted file mode 100644 index 57e8335..0000000 --- a/aytests-tests-1.2.28.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4d420a33407e99969a947e4efa3455807975fad348bb1606033d5d1acbdf403 -size 58723 diff --git a/aytests-tests-1.2.34.tar.bz2 b/aytests-tests-1.2.34.tar.bz2 new file mode 100644 index 0000000..0f777d5 --- /dev/null +++ b/aytests-tests-1.2.34.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5e4732349d4827c83c0f62bceda673ef8dca306dda4311428aaf623b71f5ab +size 58832 diff --git a/aytests-tests.changes b/aytests-tests.changes index 2de99ba..6799caf 100644 --- a/aytests-tests.changes +++ b/aytests-tests.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Mon Mar 26 15:33:12 UTC 2018 - cwh@suse.com + +- Adapted btrfs_snapshots.sh to the new format used in fstab. +- 1.2.34 + +------------------------------------------------------------------- +Mon Mar 12 14:57:40 CET 2018 - schubi@suse.de + +- Removed profile_sections.sh from sles_network.rb test due missing + firewall settings. Test sles.rb is already calling this check. +- 1.2.33 + +------------------------------------------------------------------- +Wed Mar 7 12:04:13 CET 2018 - schubi@suse.de + +- Renaming base product name (SLES15 -> SLES) (bsc#1084259) +- 1.2.32 + +------------------------------------------------------------------- +Wed Mar 7 09:32:05 CET 2018 - schubi@suse.de + +- Adapting firewall to SLES15. +- 1.2.31 + +------------------------------------------------------------------- +Tue Mar 6 14:02:10 CET 2018 - schubi@suse.de + +- Adapted testcases. (tftp-server, removed ca-management,...) +- 1.2.30 + +------------------------------------------------------------------- +Wed Feb 28 16:56:21 UTC 2018 - riafarov@suse.com + +- Adjust firewall.sh for firewalld +- 1.2.29 + ------------------------------------------------------------------- Wed Feb 28 12:39:39 UTC 2018 - riafarov@suse.com diff --git a/aytests-tests.spec b/aytests-tests.spec index e8b806b..9f15393 100644 --- a/aytests-tests.spec +++ b/aytests-tests.spec @@ -17,7 +17,7 @@ Name: aytests-tests -Version: 1.2.28 +Version: 1.2.34 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From b7f0f6b9d46b2d0625df27ef76b0048182d6cdfb26374fe14bee6d5314fb58b3 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Thu, 13 Sep 2018 09:34:05 +0000 Subject: [PATCH 2/2] - Check log messages in all log archives - 1.2.40 - Look for unsupported sections message in all log files - 1.2.39 - Timing issue in systemctl: Dalay of service start. - Removed sles15_lvm_thin_pool from jenkins list because it cannot run. - 1.2.38 - Removed libstorage-ng lock file /run/libstorage-ng/lock in order to run "yast clone_system" while installation. - 1.2.37 - Add a new scenario using a LVM setup with a thin pool (bsc#1086596). - 1.2.36 - Remove FW_LOG_ACCEPT_CRIT from lvm profile OBS-URL: https://build.opensuse.org/package/show/YaST:Head/aytests-tests?expand=0&rev=18 --- aytests-tests-1.2.34.tar.bz2 | 3 --- aytests-tests-1.2.40.tar.bz2 | 3 +++ aytests-tests.changes | 40 ++++++++++++++++++++++++++++++++++++ aytests-tests.spec | 4 ++-- 4 files changed, 45 insertions(+), 5 deletions(-) delete mode 100644 aytests-tests-1.2.34.tar.bz2 create mode 100644 aytests-tests-1.2.40.tar.bz2 diff --git a/aytests-tests-1.2.34.tar.bz2 b/aytests-tests-1.2.34.tar.bz2 deleted file mode 100644 index 0f777d5..0000000 --- a/aytests-tests-1.2.34.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc5e4732349d4827c83c0f62bceda673ef8dca306dda4311428aaf623b71f5ab -size 58832 diff --git a/aytests-tests-1.2.40.tar.bz2 b/aytests-tests-1.2.40.tar.bz2 new file mode 100644 index 0000000..a6042da --- /dev/null +++ b/aytests-tests-1.2.40.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc1f1d80da40aa6a3a0f359e6ffb8968f94200e2df8f8dcf5bc36378b0c7189 +size 59402 diff --git a/aytests-tests.changes b/aytests-tests.changes index 6799caf..a5420ed 100644 --- a/aytests-tests.changes +++ b/aytests-tests.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Thu Sep 13 08:26:42 UTC 2018 - riafarov@suse.com + +- Check log messages in all log archives +- 1.2.40 + +------------------------------------------------------------------- +Thu Aug 30 07:33:44 UTC 2018 - riafarov@suse.com + +- Look for unsupported sections message in all log files +- 1.2.39 + +------------------------------------------------------------------- +Tue May 15 16:51:31 CEST 2018 - schubi@suse.de + +- Timing issue in systemctl: Dalay of service start. +- Removed sles15_lvm_thin_pool from jenkins list because it cannot + run. +- 1.2.38 + +------------------------------------------------------------------- +Mon Apr 16 15:13:14 CEST 2018 - schubi@suse.de + +- Removed libstorage-ng lock file /run/libstorage-ng/lock in order + to run "yast clone_system" while installation. +- 1.2.37 + +------------------------------------------------------------------- +Thu Apr 12 15:17:58 UTC 2018 - igonzalezsosa@suse.com + +- Add a new scenario using a LVM setup with a thin pool + (bsc#1086596). +- 1.2.36 + +------------------------------------------------------------------- +Tue Apr 3 06:54:16 UTC 2018 - riafarov@suse.com + +- Remove FW_LOG_ACCEPT_CRIT from lvm profile +- 1.2.35 + ------------------------------------------------------------------- Mon Mar 26 15:33:12 UTC 2018 - cwh@suse.com diff --git a/aytests-tests.spec b/aytests-tests.spec index 9f15393..abb7893 100644 --- a/aytests-tests.spec +++ b/aytests-tests.spec @@ -17,7 +17,7 @@ Name: aytests-tests -Version: 1.2.34 +Version: 1.2.40 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -26,7 +26,7 @@ Source0: aytests-tests-%{version}.tar.bz2 BuildArch: noarch Summary: Integration tests for AutoYaST2 -License: GPL-3.0 +License: GPL-3.0-only Group: System/YaST Url: https://github.com/yast/aytests-tests