diff --git a/cfsetup.yaml b/cfsetup.yaml index 4ca7fdc1..12092fc0 100644 --- a/cfsetup.yaml +++ b/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