Skip to content

Commit

Permalink
Use example app and remove unnecessary app from e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Matyushentsev authored and Alexander Matyushentsev committed Mar 9, 2018
1 parent 3a1338b commit cb4a9ac
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 75,679 deletions.
2 changes: 1 addition & 1 deletion test/e2e/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (c *FakeGitClient) CloneOrFetch(repo string, username string, password stri
if err != nil {
return err
}
_, err = exec.Command("cp", "-r", "functional/ks-example", repoPath).Output()
_, err = exec.Command("cp", "-r", "../../examples/guestbook", repoPath).Output()
return err
}

Expand Down

This file was deleted.

18 changes: 0 additions & 18 deletions test/e2e/functional/ks-example/app.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions test/e2e/functional/ks-example/components/guestbook-ui.jsonnet

This file was deleted.

18 changes: 0 additions & 18 deletions test/e2e/functional/ks-example/components/params.libsonnet

This file was deleted.

4 changes: 0 additions & 4 deletions test/e2e/functional/ks-example/environments/base.libsonnet

This file was deleted.

This file was deleted.

This file was deleted.

80 changes: 0 additions & 80 deletions test/e2e/functional/ks-example/lib/v1.7.0/k.libsonnet

This file was deleted.

Loading

0 comments on commit cb4a9ac

Please sign in to comment.