forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
./scripts/run_in_build_env.sh './scripts/build_python.sh --install_virtual_env out/venv' export ZAP_DEVELOPMENT_PATH=/workspace/zap ./scripts/build/build_examples.py --target linux-x64-all-clusters build ./scripts/build/build_examples.py --target linux-x64-terms-and-conditions build cat <<EOF > /tmp/test_env.yaml ALL_CLUSTERS_APP: out/linux-x64-all-clusters/chip-all-clusters-app TERMS_AND_CONDITIONS_APP: out/linux-x64-terms-and-conditions/chip-terms-and-conditions-app EOF rm /tmp/chip* ; ./scripts/run_in_python_env.sh ./out/venv './scripts/tests/run_python_test.py --load-from-env /tmp/test_env.yaml --script src/python_testing/TC_CGEN_2_6.py'
- Loading branch information
1 parent
9283b64
commit 778d322
Showing
4 changed files
with
335 additions
and
117 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
Oops, something went wrong.