[DRE-commits] [librarian-puppet] 125/153: Enable puppet 2 and 3 tests that still pass in puppet 4

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:30:55 UTC 2016


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

ssm pushed a commit to branch master
in repository librarian-puppet.

commit 73d5cce648569ef9ddb4a0a680c82d9429251f18
Author: Carlos Sanchez <carlos at apache.org>
Date:   Sat May 23 10:18:45 2015 +0200

    Enable puppet 2 and 3 tests that still pass in puppet 4
---
 features/install/git.feature  | 3 ---
 features/install/path.feature | 1 -
 features/update.feature       | 1 -
 3 files changed, 5 deletions(-)

diff --git a/features/install/git.feature b/features/install/git.feature
index 01fef87..1ee8c80 100644
--- a/features/install/git.feature
+++ b/features/install/git.feature
@@ -90,7 +90,6 @@ Feature: cli/install/git
     And the file "modules/with_puppetfile/metadata.json" should match /"name": "librarian-with_puppetfile"/
     And the file "modules/test/metadata.json" should match /"name": "librarian-test"/
 
-  @puppet2 @puppet3
   Scenario: Install a module with dependencies specified in a Puppetfile and Modulefile
     Given a file named "Puppetfile" with:
     """
@@ -131,7 +130,6 @@ Feature: cli/install/git
     When I run `librarian-puppet install`
     Then the exit status should be 0
 
-  @puppet2 @puppet3
   Scenario: Install a module using modulefile syntax
     Given a file named "Puppetfile" with:
     """
@@ -176,7 +174,6 @@ Feature: cli/install/git
     And the file "modules/test/metadata.json" should match /"version": "0\.0\.1"/
     And a file named "modules/stdlib/metadata.json" should exist
 
-  @puppet2 @puppet3
   Scenario: Install a module with mismatching Puppetfile and Modulefile
     Given a file named "Puppetfile" with:
     """
diff --git a/features/install/path.feature b/features/install/path.feature
index f0b4dda..a72f41e 100644
--- a/features/install/path.feature
+++ b/features/install/path.feature
@@ -22,7 +22,6 @@ Feature: cli/install/path
     And the file "modules/test/metadata.json" should match /"name": "librarian-test"/
     And a file named "modules/stdlib/metadata.json" should exist
 
-  @puppet2 @puppet3
   Scenario: Install a module with dependencies specified in a Puppetfile and Modulefile
     Given a file named "Puppetfile" with:
     """
diff --git a/features/update.feature b/features/update.feature
index cd26d82..f11cce2 100644
--- a/features/update.feature
+++ b/features/update.feature
@@ -127,7 +127,6 @@ Feature: cli/update
     Then the exit status should be 0
     And the git revision of module "stdlib" should be "c0b5ce3b015db9f50d486040c16d8de56c6b4991"
 
-  @puppet2 @puppet3
   Scenario: Updating a module with invalid versions in git
     Given a file named "Puppetfile" with:
     """

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git



More information about the Pkg-ruby-extras-commits mailing list