Skip to content

Commit

Permalink
fix(test): bump stemcell version number
Browse files Browse the repository at this point in the history
Authored-by: Gary Liu <[email protected]>
  • Loading branch information
syslxg committed Oct 11, 2022
1 parent b91829f commit 8046aa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/acceptance/workflows/updating_stemcell.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Feature: As a dependabot, I want to update a stemcell

Scenario: Find the new stemcell
Given I have a "hello-tile" repository checked out at v0.1.5
And TanzuNetwork has product "stemcells-ubuntu-xenial" with version "621.280"
And TanzuNetwork has product "stemcells-ubuntu-xenial" with version "621.296"
When I invoke kiln
| find-stemcell-version |
| --variable=github_token="${GITHUB_TOKEN}" |
Then stdout contains substring: "621.280"
Then stdout contains substring: "621.296"

Scenario: Update the stemcell
Given I have a "hello-tile" repository checked out at v0.1.5
And TanzuNetwork has product "stemcells-ubuntu-xenial" with version "621.280"
And TanzuNetwork has product "stemcells-ubuntu-xenial" with version "621.296"
And the Kilnfile.lock specifies version "621.0" for the stemcell
When I invoke kiln
| update-stemcell |
Expand Down

0 comments on commit 8046aa6

Please sign in to comment.