Commit da95168
committed
Move the stemcell acceptance specs to top-level
Prior to the go module dependency management tooling Golang source code needed
to be in a repository-relative path under `src/`, this is no longer true. This
commit moves `src/github.com/cloudfoundry/stemcell-acceptance-tests/` to the
top-level of the repo, renaming the folder to `acceptance-tests/`. The golang
packages are updated to reflect this.
In addition the `tools` package is removed since Ginkgo v2 no longer requires
this to ensure the CLI code is available when testing.1 parent d5217e7 commit da95168
File tree
770 files changed
+49504
-20751
lines changed- .github/workflows
- acceptance-tests
- bin
- ipv4director
- auditd
- ipv6basic
- smoke
- syslogrelease
- ipv6director/ipv6full
- testhelpers
- vendor
- github.com
- bmatcuk/doublestar
- charlievieth/fs
- cloudfoundry/bosh-utils
- errors
- logger
- system
- go-logr/logr
- funcr
- go-task/slim-sprig/v3
- google
- go-cmp
- cmp
- internal
- diff
- flags
- function
- value
- pprof
- profile
- onsi
- ginkgo/v2
- config
- formatter
- ginkgo
- build
- command
- generators
- internal
- labels
- outline
- run
- unfocus
- watch
- internal
- global
- interrupt_handler
- parallel_support
- testingtproxy
- reporters
- types
- gomega
- format
- internal
- gutil
- matchers
- internal/miter
- support/goraph
- bipartitegraph
- edge
- node
- util
- types
- golang.org/x
- net
- html
- atom
- charset
- sys
- unix
- text
- encoding
- charmap
- htmlindex
- internal
- identifier
- japanese
- korean
- simplifiedchinese
- traditionalchinese
- unicode
- internal
- language
- compact
- tag
- utf8internal
- language
- runes
- transform
- tools
- cover
- go/ast/inspector
- gopkg.in
- yaml.v2
- yaml.v3
- src/github.com/cloudfoundry/stemcell-acceptance-tests
- tools
- vendor
- github.com
- google/go-cmp/cmp
- internal/value
- onsi
- ginkgo/v2
- internal
- interrupt_handler
- testingtproxy
- reporters
- types
- gomega
- internal
- matchers
- golang.org/x
- sys/unix
- text
- internal/language
- language
- tools/internal/typeparams
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
770 files changed
+49504
-20751
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 2 | | |
7 | 3 | | |
8 | 4 | | |
9 | | - | |
| 5 | + | |
10 | 6 | | |
11 | 7 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 8 | | |
16 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
17 | 12 | | |
18 | | - | |
19 | | - | |
| 13 | + | |
20 | 14 | | |
21 | 15 | | |
22 | | - | |
23 | | - | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments