From a692c22c47013fa59300730c951d579e92d31f784beeb870bcedbb78e4841dc8 Mon Sep 17 00:00:00 2001 From: Imobach Gonzalez Sosa Date: Wed, 16 Dec 2015 08:19:03 +0000 Subject: [PATCH] - Initial version - Based on autoyast2-integrationtest by cwh OBS-URL: https://build.opensuse.org/package/show/YaST:Head/aytests-tests?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++++++ aytests-tests-1.0.0.tar.bz2 | 3 ++ aytests-tests.changes | 5 ++++ aytests-tests.spec | 55 +++++++++++++++++++++++++++++++++++++ 4 files changed, 86 insertions(+) create mode 100644 .gitattributes create mode 100644 aytests-tests-1.0.0.tar.bz2 create mode 100644 aytests-tests.changes create mode 100644 aytests-tests.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/aytests-tests-1.0.0.tar.bz2 b/aytests-tests-1.0.0.tar.bz2 new file mode 100644 index 0000000..7245de3 --- /dev/null +++ b/aytests-tests-1.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50174818701e97fabdc067d14c7d00e86275d3586063e2edc9c412a0b6fe6abb +size 29006 diff --git a/aytests-tests.changes b/aytests-tests.changes new file mode 100644 index 0000000..0525d61 --- /dev/null +++ b/aytests-tests.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Mon Dec 14 14:44:22 UTC 2015 - igonzalezsosa@suse.com + +- Initial version +- Based on autoyast2-integrationtest by cwh diff --git a/aytests-tests.spec b/aytests-tests.spec new file mode 100644 index 0000000..d23f0c7 --- /dev/null +++ b/aytests-tests.spec @@ -0,0 +1,55 @@ +# +# spec file for package aytests-tests +# +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: aytests-tests +Version: 1.0.0 +Release: 0 + +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source0: aytests-tests-%{version}.tar.bz2 + +BuildArch: noarch + +Summary: Integration tests for AutoYaST2 +License: GPL-3.0 +Group: System/YaST +Url: https://github.com/yast/aytests-tests + +%description +Profiles and test scripts for AutoYaST2 integration tests. +For internal testing purposes only! Not useful on a real system! + +%prep +%setup -n %{name}-%{version} + +%build + +%install + +# Installation files + +install -d $RPM_BUILD_ROOT/var/lib/autoinstall +mv aytests $RPM_BUILD_ROOT/var/lib/autoinstall/ + +%files +%defattr(-,root,root) +%dir /var/lib/autoinstall +/var/lib/autoinstall/aytests +%attr(755, -, root) /var/lib/autoinstall/aytests/*.sh + +%changelog