Sha256: 3384fcb3e42697e665f7d5fa1ed8b37e084172b9997e75ea90f4fb82175d7322

Contents?: true

Size: 1.19 KB

Versions: 10

Compression:

Stored size: 1.19 KB

Contents

@announce-output
Feature: Running a sandbox
  Background:
    Given I successfully run `docker pull registry.tld/conjur-appliance-cuke-master:4.9-stable`

  Scenario: sandbox for 'example' project be started
    Given I successfully start a sandbox for "example" with arguments "-t 4.9-stable --no-pull"

  Scenario: sandbox for 'example' project be started linked to another container
    Given I start a container named "other_host"
    Then I successfully start a sandbox for "example" with arguments "-t 4.9-stable --no-pull --link other_host -c 'ping -c1 other_host'"

  Scenario: sandbox for 'example' project be started on a network other than the default
    Given I start a container named "other_host" on network "test-net"
    Then I successfully start a sandbox for "example" with arguments "-t 4.9-stable --no-pull --net test-net -c 'ping -c1 other_host'"

  Scenario: sandbox for 'example' project be started on a network other than the default with a host aliased
    Given I start a container named "another_host" on network "test-net"
    Then I successfully start a sandbox for "example" with arguments "-t 4.9-stable --no-pull --net test-net --link another_host:other_host -c 'ping -c1 other_host'"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
conjur-debify-1.12.0 features/sandbox.feature
conjur-debify-1.11.5 features/sandbox.feature
conjur-debify-1.11.4 features/sandbox.feature
conjur-debify-1.11.3 features/sandbox.feature
conjur-debify-1.11.2 features/sandbox.feature
conjur-debify-1.11.1 features/sandbox.feature
conjur-debify-1.10.3 features/sandbox.feature
conjur-debify-1.10.2 features/sandbox.feature
conjur-debify-1.10.1 features/sandbox.feature
conjur-debify-1.10.0 features/sandbox.feature