Skip to content

Commit

Permalink
Remove old testsuites
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Feb 26, 2019
1 parent cc4c597 commit dfaa326
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 122 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ testsuite/*.sum
testsuite/*.test
test-driver
package/*.bz2
/.yardoc/
7 changes: 7 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
--no-private
--protected
--markup markdown
--output-dir doc/autodocs
--readme README.md
--files doc/*.md
src/**/*.rb
22 changes: 0 additions & 22 deletions Makefile.cvs

This file was deleted.

12 changes: 0 additions & 12 deletions configure.in.in

This file was deleted.

22 changes: 15 additions & 7 deletions package/yast2-iscsi-lio-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ Source0: %{name}-%{version}.tar.bz2

Group: System/YaST
License: GPL-2.0
BuildRequires: docbook-xsl-stylesheets doxygen libxslt popt-devel sgml-skel update-desktop-files yast2 yast2-packagemanager-devel yast2-testsuite
BuildRequires: docbook-xsl-stylesheets doxygen libxslt popt-devel sgml-skel update-desktop-files yast2 yast2-packagemanager-devel
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
BuildRequires: rubygem(rspec)
Requires: lio-utils

Expand All @@ -47,21 +49,27 @@ This package contains configuration of iSCSI LIO target
%prep
%setup -n %{name}-%{version}

%check
rake test:unit

%build
%yast_build

%install
%yast_install
rake install DESTDIR="%{buildroot}"


%files
%defattr(-,root,root)
%dir %{yast_yncludedir}/iscsi-lio-server
%{yast_yncludedir}/iscsi-lio-server/*
%{yast_clientdir}/iscsi-lio-server.rb
%{yast_clientdir}/iscsi-lio-server_*.rb
%{yast_moduledir}/IscsiLioServer*
%{yast_moduledir}/IscsiLioData*
%dir %{yast_clientdir}/
%{yast_clientdir}/*.rb
%dir %{yast_moduledir}
%{yast_moduledir}/*
%dir %{yast_desktopdir}
%{yast_desktopdir}/iscsi-lio-server.desktop
%dir %{yast_scrconfdir}
%{yast_scrconfdir}/ietd.scr
%doc %{yast_docdir}

%license COPYING
28 changes: 0 additions & 28 deletions src/Makefile.am

This file was deleted.

9 changes: 0 additions & 9 deletions test/Makefile.am

This file was deleted.

21 changes: 0 additions & 21 deletions testsuite/Makefile.am

This file was deleted.

Empty file removed testsuite/tests/IscsiServer.err
Empty file.
2 changes: 0 additions & 2 deletions testsuite/tests/IscsiServer.out

This file was deleted.

21 changes: 0 additions & 21 deletions testsuite/tests/IscsiServer.rb

This file was deleted.

0 comments on commit dfaa326

Please sign in to comment.