blob: 7597d3a756274abb3a9ae2e7051054237706c29f [file] [log] [blame]
Ray Milkeye146e792018-12-13 14:36:24 -08001#!/bin/bash
2
3# exit on errors
4set -eu -o pipefail
5
6# initialize build environment
7ONOS_ROOT=`pwd`
8. tools/build/envDefaults
9
10# initialize development environment for STC
11export JAVA_HOME=
12. tools/dev/bash_profile
13
14PATH=$PATH:/home/jenkins/bin
15
16# always free the cell when exiting
17function cleanup {
18 cell return jenkins-trellis-p4-${ONOS_VERSION}
19}
20
21trap cleanup EXIT
22
23# grab a cell to run on
24cell borrow 30 3+1 jenkins-trellis-p4-${ONOS_VERSION}
25
26# build onos bits
27bazel build onos
28
29# set up STC parameters
30topo default
31export stcDumpLogs="true"
32export stcColor="false"
33export stcHaltOnError="false"
34export TERM="vt100"
35
36# run STC
37stc setup && stc net-trellis-p4-smoke