[Qa-jenkins-scm] [jenkins.debian.net] 01/01: lvc: make the test trivial, for speedy tests

Holger Levsen holger at layer-acht.org
Tue Aug 9 20:45:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit b5983c979149ef0417b8a819c33b42baec194dc8
Author: Philip Hands <phil at hands.com>
Date:   Tue Aug 9 22:07:05 2016 +0200

    lvc: make the test trivial, for speedy tests
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 cucumber/features/install.feature               | 8 ++++++++
 cucumber/features/step_definitions/snapshots.rb | 2 +-
 job-cfg/lvc.yaml                                | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature
index acfcd57..a62d726 100644
--- a/cucumber/features/install.feature
+++ b/cucumber/features/install.feature
@@ -35,3 +35,11 @@ Feature: Doing variations on d-i installs
 #    Given I get d-i to the HTTP proxy prompt
 #    When I set the proxy to "127.23.23.23"
 #    Then I should get an error message that mentions the proxy
+
+  @trivial
+  Scenario: Minimal Boot test
+    Given a disk is created for Debian Installer tests
+    And I intend to use gui mode
+    When I start the computer
+    Then I select the install mode
+
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb
index 5583fb2..d90293a 100644
--- a/cucumber/features/step_definitions/snapshots.rb
+++ b/cucumber/features/step_definitions/snapshots.rb
@@ -1,7 +1,7 @@
 def checkpoints
   cp = Hash.new
   cp['disk-for-d-i'] = {
-    :description => "Create a disk for Debian Installer tests",
+    :description => "a disk is created for Debian Installer tests",
     :parent_checkpoint => nil,
     :steps => [
       'I create a 8 GiB disk named "'+JOB_NAME+'"',
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml
index 4cc6d66..2bbf355 100644
--- a/job-cfg/lvc.yaml
+++ b/job-cfg/lvc.yaml
@@ -74,6 +74,7 @@
                 - 'debian-miniiso':
                     dist_name: 'Debian-Installer local mini.iso'
                     my_iso: 'use_TRIGGERING_BRANCH'
+                    my_opts: '--tags @trivial'
                 - 'debian-testing-daily-broken': 
                     dist_name: 'Debian-Installer Testing (Daily) -- Broken Scenarios'
                     my_iso: 'http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd64/iso-cd/debian-testing-amd64-netinst.iso'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list