Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/package
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mkdir -p $MAKE_SRC_DIR/usr/local/testrun/local/devices

# Copy root_certs folder
mkdir -p local/root_certs
cp -r local/root_certs $MAKE_SRC_DIR/usr/local/testrun/local/root_certs
cp -r local/root_certs $MAKE_SRC_DIR/usr/local/testrun/local/

# Copy framework and modules into testrun folder
cp -r {framework,modules} $MAKE_SRC_DIR/usr/local/testrun
Expand Down
2 changes: 2 additions & 0 deletions docs/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ However, to achieve a compliant test outcome, your device must be configured cor
- Testing data will be available in the ``local/devices/{device}/reports`` folders
- Additional configuration options are available in the ``local/system.json`` file

**NOTE: Place your local CA certificate in local/root_certs (any name with a .crt extension) to perform TLS server tests**

## Start Testrun

1. Attach network interfaces:
Expand Down