Sha256: cb1723a3a3926db00a0b3247688b1b090901805d110270b6a266e83271335354

Contents?: true

Size: 1.48 KB

Versions: 144

Compression:

Stored size: 1.48 KB

Contents

@announce-output
Feature: Running a sandbox
  Background:
    Given I successfully run `docker pull registry.tld/conjur-appliance-cuke-master:5.0-stable`
    # The extra containers will use the `alpine` image, so we need to pull it first on the
    # host to use the authenticated DockerHub connection. This avoids hitting DockerHub
    # rate limits.
    And I successfully run `docker pull nginx`

  Scenario: sandbox for 'example' project be started
    Given I successfully start a sandbox for "example" with arguments "-t 5.0-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 5.0-stable --no-pull --link other_host -c 'curl -s http://other_host > /dev/null'"

  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 5.0-stable --no-pull --net test-net -c 'curl -s http://other_host > /dev/null'"

  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 5.0-stable --no-pull --net test-net --link another_host:other_host -c 'curl -s http://other_host > /dev/null'"

Version data entries

144 entries across 144 versions & 1 rubygems

Version Path
conjur-debify-3.0.3.pre.248 features/sandbox.feature
conjur-debify-3.0.3.pre.216 features/sandbox.feature
conjur-debify-3.0.3.pre.145 features/sandbox.feature
conjur-debify-3.0.3.pre.10 features/sandbox.feature
conjur-debify-3.0.3.pre.9 features/sandbox.feature
conjur-debify-3.0.3.pre.2005 features/sandbox.feature
conjur-debify-3.0.3.pre.1981 features/sandbox.feature
conjur-debify-3.0.3.pre.1971 features/sandbox.feature
conjur-debify-3.0.3.pre.1967 features/sandbox.feature
conjur-debify-3.0.3.pre.1965 features/sandbox.feature
conjur-debify-3.0.3.pre.1963 features/sandbox.feature
conjur-debify-3.0.3.pre.1961 features/sandbox.feature
conjur-debify-3.0.3.pre.1959 features/sandbox.feature
conjur-debify-3.0.3.pre.1957 features/sandbox.feature
conjur-debify-3.0.3.pre.1956 features/sandbox.feature
conjur-debify-3.0.3.pre.1954 features/sandbox.feature
conjur-debify-3.0.3.pre.1952 features/sandbox.feature
conjur-debify-3.0.3.pre.1950 features/sandbox.feature
conjur-debify-3.0.3.pre.1948 features/sandbox.feature
conjur-debify-3.0.3.pre.1946 features/sandbox.feature