You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These scripts are crucial for the automation processes and need to be handled with care. Ensure that the target device's IP address is correctly specified and that the user has the necessary permissions to execute the scripts.
Signed-off-by: Srikanth <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+21-22Lines changed: 21 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,31 @@ Minimal dependencies — usable even on minimal Yocto-based images.
23
23
---
24
24
Usage
25
25
26
-
Run a specific test using:
27
-
```
28
-
./run-test.sh <testname>
26
+
Instructions
29
27
30
-
<testname> is the name of the script to be executed.
28
+
1. Copy repo to Target Device: Use scp to transfer the scripts from the host to the target device. The scripts should be copied to the /var directory on the target device.
31
29
32
-
Example:
30
+
2. Verify Transfer: Ensure that the repo have been successfully copied to the /var directory on the target device.
33
31
34
-
./run-test.sh cpufreq
35
-
./run-test.sh reboot_health
32
+
3. Run Scripts: Navigate to the /var directory on the target device and execute the scripts as needed.
0 commit comments