summaryrefslogtreecommitdiffstats
path: root/scripts/csit/README.txt
diff options
context:
space:
mode:
authorcharan makkina <charan795m@gmail.com>2018-10-15 18:55:36 +0530
committercharan makkina <charan795m@gmail.com>2018-11-20 16:56:51 +0530
commitd4b0a17bcd1be6478523ccc0ff25c057ff40f511 (patch)
treee34f78b88047025d2c86d5bdd015efb8faecfe3f /scripts/csit/README.txt
parentaf0587ee6e44e9057ff6047a00fcd9015df1f5a1 (diff)
Test:Test cases for file transfer and fork for both kernel and lwip_stacks.
Change-Id: I04744d4d12e403f9df9f522953b8f7b8b30246d8 Signed-off-by: charan makkina <charan795m@gmail.com>
Diffstat (limited to 'scripts/csit/README.txt')
-rw-r--r--scripts/csit/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/csit/README.txt b/scripts/csit/README.txt
index 0f91dbb..66cb214 100644
--- a/scripts/csit/README.txt
+++ b/scripts/csit/README.txt
@@ -31,4 +31,5 @@
1. make a new script in "dmm/scripts/csit/run/" with the help of
"dmm/scripts/csit/template.sh".
- 2. And handle all the actions in it(can go through existing scripts for reference). \ No newline at end of file
+ 2. The functions in dmm/scripts/csit/run/common.sh can be reused in the new script.
+ 3. And handle all the actions in it(can go through existing scripts for reference).