1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: test-kitchen
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hleb Valoshka <375gnu@gmail.com>
Build-Depends: debhelper (>= 9),
gem2deb,
rake,
ruby-mixlib-shellout (<< 3.0),
ruby-mixlib-shellout (>= 1.2),
ruby-net-scp (>= 1.1),
ruby-net-ssh (>= 1:2.9),
ruby-net-ssh-gateway (>= 1.2.0),
ruby-safe-yaml (>= 1.0),
ruby-thor (>= 0.18),
ruby-mixlib-install (>= 1.0.4),
ruby-fakefs (>= 0.4),
ruby-minitest (>= 5.3),
ruby-mocha (>= 1.1),
cucumber,
ruby-aruba (>= 0.11.1),
pry,
git
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/test-kitchen.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/test-kitchen.git
Homepage: http://kitchen.ci
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: test-kitchen
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-mixlib-shellout (<< 3.0),
ruby-mixlib-shellout (>= 1.2),
ruby-net-scp (>= 1.1),
ruby-net-ssh (>= 1:2.9),
ruby-net-ssh-gateway (>= 1.2.0),
ruby-safe-yaml (>= 1.0),
ruby-thor (>= 0.18),
ruby-mixlib-install (>= 1.0.4),
${misc:Depends},
${shlibs:Depends}
Recommends: pry
Description: integration tool for Chef
Test Kitchen is a test harness tool to execute your configured code on one or
more platforms in isolation. A driver plugin architecture is used which lets
you run your code on various cloud providers and virtualization technologies
such as Amazon EC2, Blue Box, CloudStack, Digital Ocean, Rackspace, OpenStack,
Vagrant, Docker, LXC containers, and more. Many testing frameworks are already
supported out of the box including Bats, shUnit2, RSpec, Serverspec, with
others being created weekly.
.
For Chef workflows, cookbook dependency resolver tools such as Berkshelf and
Librarian-Chef are supported or you can simply have a cookbooks/ directory and
Test Kitchen will know what to do. Support for Test Kitchen is already included
in many Chef community cookbooks such as the MySQL, nginx, Chef Server, and
runit cookbooks.
|