File python-oslotest.spec of Package python-oslotest
#
# spec file for package python-oslotest
#
# Copyright (c) 2016 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: python-oslotest
Version: 2.0.0
Release: 0
Summary: OpenStack test framework
License: Apache-2.0
Group: Development/Languages/Python
Url: https://launchpad.net/oslotest
Source: https://pypi.python.org/packages/source/o/oslotest/oslotest-%{version}.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python-pbr
# Test requirements:
BuildRequires: python-debtcollector >= 0.3.0
BuildRequires: python-fixtures >= 0.3.14
BuildRequires: python-mock >= 1.0
BuildRequires: python-mox3 >= 0.7.0
BuildRequires: python-python-subunit >= 0.0.18
BuildRequires: python-six
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 1.4.0
Requires: python-fixtures >= 1.3.1
Requires: python-mock >= 1.0.1
Requires: python-mox3 >= 0.7.0
Requires: python-os-client-config >= 1.4.0
Requires: python-python-subunit >= 0.0.18
Requires: python-six >= 1.9.0
Requires: python-testrepository >= 0.0.18
Requires: python-testscenarios >= 0.4
Requires: python-testtools >= 1.4.0
BuildArch: noarch
%description
The Oslo Test framework provides common fixtures, support for debugging, and
better support for mocking results.
%prep
%setup -q -n oslotest-%{version}
%build
%{__python2} setup.py build
%install
%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
testr init && testr run
%files
%license LICENSE
%doc ChangeLog README.rst AUTHORS
%{_bindir}/oslo_debug_helper
%{_bindir}/oslo_run_cross_tests
%{_bindir}/oslo_run_pre_release_tests
%{python2_sitelib}/oslotest
%{python2_sitelib}/oslotest*egg-info
%changelog