Name: openstack-tempest-icehouse Version: 20140703 Release: 2%{?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 %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 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 -n tempest-%{name}-%{version} %build %install mkdir -p %{buildroot}%{_datarootdir}/%{name} cp --preserve=mode -r . %{buildroot}%{_datarootdir}/%{name} %files %doc LICENSE %defattr(-,root,root) %{_datarootdir}/%{name} %exclude %{_datarootdir}/%{name}/.* %changelog * 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.