Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yi-tseng/ptf-bazel-example
An example of using bazel to include every requirements for the packet test framework (PTF)
https://github.com/yi-tseng/ptf-bazel-example
Last synced: 19 days ago
JSON representation
An example of using bazel to include every requirements for the packet test framework (PTF)
- Host: GitHub
- URL: https://github.com/yi-tseng/ptf-bazel-example
- Owner: Yi-Tseng
- License: mit
- Created: 2019-06-13T23:07:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T23:16:32.000Z (over 5 years ago)
- Last Synced: 2024-10-15T09:50:46.920Z (2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PTF Bazel Example
====An example of using bazel to include every requirements for the packet test framework (PTF)
### How to build/run it?
```sh
bazel build :test
# or
bazel run :test
```