TUN-4047: Add cfsetup target to run component test
This commit is contained in:
parent
e5d6f969be
commit
4481b9e46c
13
cfsetup.yaml
13
cfsetup.yaml
|
@ -203,6 +203,19 @@ stretch: &stretch
|
|||
- (cd / && go get github.com/BurntSushi/go-sumtype)
|
||||
- export PATH="$HOME/go/bin:$PATH"
|
||||
- make test | gotest-to-teamcity
|
||||
component-test:
|
||||
build_dir: *build_dir
|
||||
builddeps:
|
||||
- *pinned_go_fips
|
||||
- python3.7
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
pre-cache-copy-paths:
|
||||
- component-tests/requirements.txt
|
||||
pre-cache:
|
||||
- sudo pip3 install --upgrade -r component-tests/requirements.txt
|
||||
post-cache:
|
||||
- pytest component-tests
|
||||
update-homebrew:
|
||||
builddeps:
|
||||
- openssh-client
|
||||
|
|
Loading…
Reference in New Issue