aboutsummaryrefslogtreecommitdiff
path: root/manual/se/tc30.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/se/tc30.yaml')
-rw-r--r--manual/se/tc30.yaml45
1 files changed, 45 insertions, 0 deletions
diff --git a/manual/se/tc30.yaml b/manual/se/tc30.yaml
new file mode 100644
index 0000000..a8f95bb
--- /dev/null
+++ b/manual/se/tc30.yaml
@@ -0,0 +1,45 @@
+metadata:
+ name: TC30
+ format: "Manual Test Definition 1.0"
+ description: "TC30: USB RNDIS fping"
+ maintainer:
+ - ryan.harkin@linaro.org
+ os:
+ - openembedded
+ scope:
+ - functional
+ devices:
+ - lces2
+ - soca9
+ environment:
+ - manual-test
+
+run:
+ steps:
+ - "#soca9: skip"
+ - "#lces2: ok"
+ - " "
+ - "NR_PKTS=10"
+ - " "
+ - "# run tc.29, then from host machine:"
+ - "# large:"
+ - "start=64501"
+ - "end=65000"
+ - "for (( bytes=${start}; bytes<=${end}; bytes++ )); do"
+ - " let iters_left=${end}-${bytes}"
+ - " echo \"bytes=${bytes} (${iters_left} iterations left)\""
+ - " fping $targetip -c $NR_PKTS -b ${bytes} -o"
+ - "done"
+ - " "
+ - "# small:"
+ - "start=1"
+ - "end=15"
+ - "for (( bytes=${start}; bytes<=${end}; bytes++ )); do"
+ - " echo bytes=${bytes}"
+ - " fping $targetip -c $NR_PKTS -b ${bytes} -o"
+ - "done"
+ - " "
+ - "sudo ifconfig ${hostif} down"
+
+ expected:
+ - "fping returns without failures"