mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
- Allow running up to a given step of install-p4-tools.sh (e.g. helpful to install only PI) - Install fabric-p4test deps (ONOS-7656) - Fix python protobuf libraries not installed Change-Id: I443edb08f455703ae682e485a89d793a584c30ff
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
bash ${DIR}/../p4vm/install-p4-tools.sh "$@"
|