commit | 84b5bb9cee4adacbec4325025e962bc5bc51e1b7 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Thu Jun 15 17:08:45 2023 -0400 |
committer | Joey Armstrong <joey@opennetworking.org> | Fri Jun 16 10:43:23 2023 -0400 |
tree | cc6e5e530f3619ca980d494e5e5dc85f9e90decc | |
parent | f99712c65ecd1c5eed92b58a1dc5ec9a2c42db6f [diff] |
[VOL-5024] - bbsim unit-test reports UNSTABLE Makefile -------- o Added debugging around target test-unit o Add banners around coverage reports for readability. o Unwind shell command one-liner into distinct commands with echo banners. o Invoke set -o pipefail, test output | tee will overwrite testing exit status (always succeed). o Exit early if testing fails, no need to run coverage reports. docs/requirements.txt --------------------- o Update module funcparserlib to the latest. o https://funcparserlib.pirx.ru/changes/ o v3.5 released 2011 fails on compatibility module. o Latest module seems to work and fixed an error. o Send through jenkins to check for problems. Change-Id: I71c2d49243329c7544046fd5fdcdaf66ad47b5cc
BBSim is managed via a Makefile
, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.