Skip to content

Commit

Permalink
Dump CF app logs
Browse files Browse the repository at this point in the history
  • Loading branch information
john-odonnell committed Dec 15, 2023
1 parent 8c883f3 commit ad9684f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
18 changes: 0 additions & 18 deletions tests/integration/features/integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,10 @@ Feature: Integrations Tests for remote TAS foundation
Given I create an org and space
And I install the buildpack

Scenario: Python offline buildpack integration
When I push a "python" app with the "offline" buildpack
Then the secrets.yml values are available in the app

Scenario: Ruby offline buildpack integration
When I push a "ruby" app with the "offline" buildpack
Then the secrets.yml values are available in the app

Scenario: Java offline buildpack integration
When I push a "java" app with the "offline" buildpack
Then the secrets.yml values are available in the app

# # The online buildpack tests are only valid if the latest commits
# # are push to the Github remote branch.
Scenario: Python online buildpack integration
When I push a "python" app with the "online" buildpack
Then the secrets.yml values are available in the app

Scenario: Ruby online buildpack integration
When I push a "ruby" app with the "online" buildpack
Then the secrets.yml values are available in the app

Scenario: Java online buildpack integration
When I push a "java" app with the "online" buildpack
Then the secrets.yml values are available in the app
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
create_offline_app_manifest
end
ShellSession.execute("cf push #{@app_name} --random-route")
ShellSession.execute("cf logs #{@app_name}")
end
end

Expand Down

0 comments on commit ad9684f

Please sign in to comment.