Name: openstack-tempest Version: 20140805 Release: 1%{?dist} Summary: OpenStack Integration Test Suite (Tempest) License: ASL 2.0 Url: https://github.com/redhat-openstack/tempest Source0: https://github.com/redhat-openstack/tempest/archive/openstack-tempest-icehouse-%{version}.tar.gz BuildArch: noarch BuildRequires: fdupes BuildRequires: python-sphinx BuildRequires: python-d2to1 BuildRequires: python-distribute BuildRequires: python-pbr BuildRequires: python2-devel %description This is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, Scenarios, and other specific tests useful in validating an OpenStack deployment. %prep %setup -q -D -a 0 -c -n tempest-%{name}-%{version} %install mkdir -p %{buildroot}%{_datarootdir}/%{name}-icehouse pushd tempest-openstack-tempest-icehouse-%{version} cp --preserve=mode -r . %{buildroot}%{_datarootdir}/%{name}-icehouse popd %package icehouse Summary: OpenStack Integration Test Suite (Tempest) %if 0%{?rhel} && 0%{?rhel} <= 5 Requires(pre): pwdutils %else Requires(pre): shadow-utils %endif %if 0%{?rhel} && 0%{?rhel} <= 6 Requires: python %else Requires: python >= 2.6.8 %endif Requires: python-anyjson Requires: python-boto Requires: python-cinderclient Requires: python-fixtures Requires: python-glanceclient Requires: python-heatclient Requires: python-ironicclient Requires: python-iso8601 Requires: python-junitxml Requires: python-keyring Requires: python-keystoneclient Requires: python-lxml Requires: python-netaddr Requires: python-neutronclient Requires: python-nose Requires: python-novaclient Requires: python-oslo-config Requires: python-paramiko Requires: python-pbr Requires: python-saharaclient Requires: python-swiftclient Requires: python-testrepository Requires: python-testresources Requires: python-testscenarios Requires: python-testtools %description icehouse This is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, Scenarios, and other specific tests useful in validating an OpenStack deployment. %build %files icehouse %doc tempest-openstack-tempest-icehouse-%{version}/LICENSE %defattr(-,root,root) %{_datarootdir}/%{name}-icehouse %exclude %{_datarootdir}/%{name}-icehouse/.gitignore %exclude %{_datarootdir}/%{name}-icehouse/.gitreview %exclude %{_datarootdir}/%{name}-icehouse/.mailmap %exclude %{_datarootdir}/%{name}-icehouse/.coveragerc %changelog * Wed Aug 06 2014 Steve Linabery - 20140805-1 - rebase to latest tag - use relative path to LICENSE * Tue Aug 05 2014 Steve Linabery - 20140703-4 - keep .testr.conf * Mon Aug 04 2014 Steve Linabery - 20140703-3 - Move Requires into subpackage openstack-tempest-icehouse * Thu Jul 03 2014 Steve Linabery - 20140703-2 - relax python version requirement for el6 * Thu Jul 03 2014 Steve Linabery - 20140703-1 - rebase to latest tag * Wed Jun 25 2014 Steve Linabery - 20140625-1 - Initial package.