diff options
author | Philip Hands <phil@hands.com> | 2016-11-15 22:24:33 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-15 23:47:51 +0100 |
commit | 156981fc3b1ddda49bdf18f59c4f177c2e97338a (patch) | |
tree | 3fd76ec3c488170e38ac0a1a8adc91f2102352d0 | |
parent | 1f33c6a2e362e8d33fae086521a190fab7839c75 (diff) | |
download | jenkins.debian.net-156981fc3b1ddda49bdf18f59c4f177c2e97338a.tar.xz |
lvc: VT login image for stretch
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | cucumber/features/images/DebianLoginPromptVT_d9.png | bin | 0 -> 242 bytes | |||
-rw-r--r-- | cucumber/features/step_definitions/common_steps.rb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/images/DebianLoginPromptVT_d9.png b/cucumber/features/images/DebianLoginPromptVT_d9.png Binary files differnew file mode 100644 index 00000000..4b21de8e --- /dev/null +++ b/cucumber/features/images/DebianLoginPromptVT_d9.png 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 |