summaryrefslogtreecommitdiffstats
path: root/cucumber
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-11-15 22:24:33 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-15 23:47:51 +0100
commit156981fc3b1ddda49bdf18f59c4f177c2e97338a (patch)
tree3fd76ec3c488170e38ac0a1a8adc91f2102352d0 /cucumber
parent1f33c6a2e362e8d33fae086521a190fab7839c75 (diff)
downloadjenkins.debian.net-156981fc3b1ddda49bdf18f59c4f177c2e97338a.tar.xz
lvc: VT login image for stretch
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber')
-rw-r--r--cucumber/features/images/DebianLoginPromptVT_d9.pngbin0 -> 242 bytes
-rw-r--r--cucumber/features/step_definitions/common_steps.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/images/DebianLoginPromptVT_d9.png b/cucumber/features/images/DebianLoginPromptVT_d9.png
new file mode 100644
index 00000000..4b21de8e
--- /dev/null
+++ b/cucumber/features/images/DebianLoginPromptVT_d9.png
Binary files differ
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index 9b181796..b7f46a7e 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -583,7 +583,7 @@ Given /^I should see a ([a-zA-Z]*) Login prompt$/ do |style|
'KDE' => [ 'DebianLoginPromptKDE.png', 'DebianLoginPromptKDE_d9.png' ],
'LXDE' => [ 'DebianLoginPromptLXDE.png', 'DebianLoginPromptLXDE_d9.png' ],
'Gnome' => [ 'DebianLoginPromptGnome.png' ],
- 'VT' => [ 'DebianLoginPromptVT.png' ],
+ 'VT' => [ 'DebianLoginPromptVT.png', 'DebianLoginPromptVT_d9.png' ],
}
end