Skip to content

Commit e3328fb

Browse files
committed
Setup dynatrace test to use cflinxufs3
1 parent 30ddf36 commit e3328fb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/python/integration/deploy_python_app_with_dynatrace_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ var _ = Describe("CF Python Buildpack", func() {
2626
}
2727

2828
dynatraceAPI = cutlass.New(Fixtures("fake_dynatrace_api"))
29+
30+
// TODO: remove this once go-buildpack runs on cflinuxfs4
31+
// This is done to have the dynatrace broker app written in go up and running
32+
if os.Getenv("CF_STACK" == "cflinuxfs4"{
33+
dynatraceAPI.Stack = "cflinuxfs3"
34+
}
2935
dynatraceAPI.SetEnv("BP_DEBUG", "true")
3036

3137
Expect(dynatraceAPI.Push()).To(Succeed())

0 commit comments

Comments
 (0)