Skip to content

Commit

Permalink
tests: use cflinuxfs3 go-buildpack for dynatrace broker
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun024 committed Aug 4, 2022
1 parent a594868 commit b84f904
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dotnetcore/integration/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ func TestIntegration(t *testing.T) {
cutlass.SeedRandom()

settings.Dynatrace.App = cutlass.New(filepath.Join(settings.FixturesPath, "util", "dynatrace"))

// TODO: remove this once go-buildpack runs on cflinuxfs4
// This is done to have the dynatrace broker app written in go up and running
if os.Getenv("CF_STACK") == "cflinuxfs4" {
settings.Dynatrace.App.Stack = "cflinuxfs3"
}
settings.Dynatrace.App.SetEnv("BP_DEBUG", "true")

Expect(settings.Dynatrace.App.Push()).To(Succeed())
Expand Down

0 comments on commit b84f904

Please sign in to comment.