[DRE-commits] [test-kitchen] 01/01: Patch: Remove console test, it fails under sbuild
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Fri Jul 10 09:22:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
tsfgnu-guest pushed a commit to branch master
in repository test-kitchen.
commit 12a18013bf4f802aa39b93feabbe135f83e13379
Author: Hleb Valoshka <375gnu at gmail.com>
Date: Fri Jul 10 12:21:57 2015 +0300
Patch: Remove console test, it fails under sbuild
---
...Remove-console-test-it-fails-under-sbuild.patch | 49 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 50 insertions(+)
diff --git a/debian/patches/0014-Remove-console-test-it-fails-under-sbuild.patch b/debian/patches/0014-Remove-console-test-it-fails-under-sbuild.patch
new file mode 100644
index 0000000..aba01f1
--- /dev/null
+++ b/debian/patches/0014-Remove-console-test-it-fails-under-sbuild.patch
@@ -0,0 +1,49 @@
+From: Hleb Valoshka <375gnu at gmail.com>
+Date: Fri, 10 Jul 2015 12:21:40 +0300
+Subject: Remove console test, it fails under sbuild
+
+---
+ features/kitchen_console_command.feature | 34 --------------------------------
+ 1 file changed, 34 deletions(-)
+ delete mode 100644 features/kitchen_console_command.feature
+
+diff --git a/features/kitchen_console_command.feature b/features/kitchen_console_command.feature
+deleted file mode 100644
+index 804d36e..0000000
+--- a/features/kitchen_console_command.feature
++++ /dev/null
+@@ -1,34 +0,0 @@
+-Feature: Running a console command
+- In order to interactively explore Kitchen's internals and wiring
+- As an opterator
+- I want to run a command to launch an interactive console session
+-
+- Background:
+- Given a file named ".kitchen.yml" with:
+- """
+- ---
+- driver:
+- name: dummy
+-
+- provisioner:
+- name: dummy
+-
+- platforms:
+- - name: flebian
+-
+- suites:
+- - name: default
+- - name: full
+- """
+-
+- @spawn
+- Scenario: Launching a session
+- When I run `kitchen console` interactively
+- And I type "instances.map { |i| i.name }"
+- And I type "exit"
+- Then the output should contain "kc(Kitchen::Config)> "
+- Then the output should contain:
+- """
+- ["default-flebian", "full-flebian"]
+- """
+- And the exit status should be 0
diff --git a/debian/patches/series b/debian/patches/series
index c12c8f1..e9ca398 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@
0011-Hack-Clear-LOAD_PATH.patch
0012-Disable-networked-tests.patch
0013-Do-not-run-gem-install-during-kitchen-init.patch
+0014-Remove-console-test-it-fails-under-sbuild.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/test-kitchen.git
More information about the Pkg-ruby-extras-commits
mailing list