File openstack-tempest.spec of Package openstack-tempest
#
# spec file for package
#
# Copyright (c) 2012 SUSE LINUX Products 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.
Name: openstack-tempest
Version: 0.1
Release: 0
License: Apache-2.0
Summary: OpenStack Integration Test Suite
Url: https://github.com/openstack/tempest
Group: System/Benchmark
Source0: openstack-tempest-demosetup
Source1: openstack-tempest-jenkins
Source2: openstack-tempest-cleanup
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: git
Requires: python-nose
Requires: python-httplib2
Requires: python-paramiko
Requires: python-unittest2
Requires: openstack-nova openstack-glance openstack-keystone
%description
Tempest is a set of integration tests to be run against a live cluster.
%prep
%build
%install
mkdir -p %{buildroot}%{_sbindir}
install -p -m 755 %{SOURCE0} %{buildroot}%{_sbindir}
install -p -m 755 %{SOURCE1} %{buildroot}%{_sbindir}
install -p -m 755 %{SOURCE2} %{buildroot}%{_sbindir}
%files
%defattr(-,root,root)
%{_sbindir}/openstack-tempest-demosetup
%{_sbindir}/openstack-tempest-jenkins
%{_sbindir}/openstack-tempest-cleanup
#%doc ChangeLog README COPYING
%changelog