TUN-4047: Add cfsetup target to run component test

This commit is contained in:
cthuang 2021-03-08 11:07:26 +00:00
parent e5d6f969be
commit 4481b9e46c
1 changed files with 13 additions and 0 deletions

View File

@ -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