-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into record_interactions_from_mock_uss
- Loading branch information
Showing
240 changed files
with
4,927 additions
and
6,819 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
report.json | ||
config.json | ||
run_locally_list.txt | ||
run_locally_scd_deploy_others.sh | ||
run_locally_scd_deploy_others.sh | ||
|
||
# Make target placeholders | ||
image |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,17 @@ | ||
.PHONY: lint | ||
lint: | ||
cd uss_qualifier && make lint | ||
cd mock_uss && make lint | ||
cd monitorlib && make lint | ||
cd prober && make lint | ||
|
||
.PHONY: python-lint | ||
python-lint: | ||
cd uss_qualifier && make python-lint | ||
cd mock_uss && make python-lint | ||
cd monitorlib && make python-lint | ||
cd prober && make python-lint | ||
|
||
.PHONY: format | ||
format: | ||
cd uss_qualifier && make format | ||
cd mock_uss && make format | ||
cd monitorlib && make format | ||
cd prober && make format | ||
|
||
.PHONY: build | ||
build: | ||
image: ../requirements.txt $(shell find . -type f ! -path "*/output/*" ! -name image) $(shell find ../interfaces -type f) | ||
# Building image due to changes in the following files: $? | ||
./build.sh | ||
|
||
.PHONY: test | ||
test: | ||
cd monitorlib && make test | ||
cd mock_uss && make test | ||
cd uss_qualifier && make test | ||
cd prober && make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.