summaryrefslogtreecommitdiff
path: root/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional')
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1024/start_latency_test_1-1_uni_1024_600sX1.vbs42
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1024/start_latency_test_1-1_uni_1024_600sX1_reverse.vbs42
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__128/start_latency_test_1-1_uni_128_600sX1.vbs42
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__128/start_latency_test_1-1_uni_128_600sX1_reverse.vbs43
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1280/start_latency_test_1-1_uni_1280_600sX1.vbs42
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1280/start_latency_test_1-1_uni_1280_600sX1_reverse.vbs42
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1514/start_latency_test_1-1_uni_1514_600sX1.vbs42
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1514/start_latency_test_1-1_uni_1514_600sX1_reverse.vbs42
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__256/start_latency_test_1-1_uni_256_600sX1.vbs43
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__256/start_latency_test_1-1_uni_256_600sX1_reverse.vbs43
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__512/start_latency_test_1-1_uni_512_600sX1.vbs43
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__512/start_latency_test_1-1_uni_512_600sX1_reverse.vbs43
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__64/start_latency_test_1-1_uni_64_600sX1.vbs43
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__64/start_latency_test_1-1_uni_64_600sX1_reverse.vbs43
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/start_latency_test_1-1_uni.bat62
-rw-r--r--cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/start_latency_test_1-1_uni_reverse.bat62
16 files changed, 719 insertions, 0 deletions
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1024/start_latency_test_1-1_uni_1024_600sX1.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1024/start_latency_test_1-1_uni_1024_600sX1.vbs
new file mode 100644
index 0000000000..f58b7e57a8
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1024/start_latency_test_1-1_uni_1024_600sX1.vbs
@@ -0,0 +1,42 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__1024\latency_1-1_uni_1024_600sX1.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+objShell.Run "Smartapp.exe"
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1024/start_latency_test_1-1_uni_1024_600sX1_reverse.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1024/start_latency_test_1-1_uni_1024_600sX1_reverse.vbs
new file mode 100644
index 0000000000..b3fe3f7168
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1024/start_latency_test_1-1_uni_1024_600sX1_reverse.vbs
@@ -0,0 +1,42 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__1024\latency_1-1_uni_1024_600sX1_reverse.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+objShell.Run "Smartapp.exe"
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test_reverse mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop \ No newline at end of file
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__128/start_latency_test_1-1_uni_128_600sX1.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__128/start_latency_test_1-1_uni_128_600sX1.vbs
new file mode 100644
index 0000000000..75e8cca538
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__128/start_latency_test_1-1_uni_128_600sX1.vbs
@@ -0,0 +1,42 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__128\latency_1-1_uni_128_600sX1.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+objShell.Run "Smartapp.exe"
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop \ No newline at end of file
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__128/start_latency_test_1-1_uni_128_600sX1_reverse.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__128/start_latency_test_1-1_uni_128_600sX1_reverse.vbs
new file mode 100644
index 0000000000..d9f66af6bf
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__128/start_latency_test_1-1_uni_128_600sX1_reverse.vbs
@@ -0,0 +1,43 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__128\latency_1-1_uni_128_600sX1_reverse.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+
+objShell.Run "Smartapp.exe"
+
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test_reverse mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1280/start_latency_test_1-1_uni_1280_600sX1.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1280/start_latency_test_1-1_uni_1280_600sX1.vbs
new file mode 100644
index 0000000000..47345f1ac8
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1280/start_latency_test_1-1_uni_1280_600sX1.vbs
@@ -0,0 +1,42 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__1280\latency_1-1_uni_1280_600sX1.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+objShell.Run "Smartapp.exe"
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop \ No newline at end of file
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1280/start_latency_test_1-1_uni_1280_600sX1_reverse.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1280/start_latency_test_1-1_uni_1280_600sX1_reverse.vbs
new file mode 100644
index 0000000000..68c96ab1e9
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1280/start_latency_test_1-1_uni_1280_600sX1_reverse.vbs
@@ -0,0 +1,42 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__1280\latency_1-1_uni_1280_600sX1_reverse.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+objShell.Run "Smartapp.exe"
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test_reverse mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop \ No newline at end of file
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1514/start_latency_test_1-1_uni_1514_600sX1.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1514/start_latency_test_1-1_uni_1514_600sX1.vbs
new file mode 100644
index 0000000000..e5c8d9738d
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1514/start_latency_test_1-1_uni_1514_600sX1.vbs
@@ -0,0 +1,42 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__1514\latency_1-1_uni_1514_600sX1.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+objShell.Run "Smartapp.exe"
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop \ No newline at end of file
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1514/start_latency_test_1-1_uni_1514_600sX1_reverse.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1514/start_latency_test_1-1_uni_1514_600sX1_reverse.vbs
new file mode 100644
index 0000000000..bbf48bc3f8
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__1514/start_latency_test_1-1_uni_1514_600sX1_reverse.vbs
@@ -0,0 +1,42 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__1514\latency_1-1_uni_1514_600sX1_reverse.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+objShell.Run "Smartapp.exe"
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test_reverse mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop \ No newline at end of file
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__256/start_latency_test_1-1_uni_256_600sX1.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__256/start_latency_test_1-1_uni_256_600sX1.vbs
new file mode 100644
index 0000000000..3de36a6c48
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__256/start_latency_test_1-1_uni_256_600sX1.vbs
@@ -0,0 +1,43 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__256\latency_1-1_uni_256_600sX1.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+
+objShell.Run "Smartapp.exe"
+
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop \ No newline at end of file
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__256/start_latency_test_1-1_uni_256_600sX1_reverse.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__256/start_latency_test_1-1_uni_256_600sX1_reverse.vbs
new file mode 100644
index 0000000000..90bf5ac02c
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__256/start_latency_test_1-1_uni_256_600sX1_reverse.vbs
@@ -0,0 +1,43 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__256\latency_1-1_uni_256_600sX1_reverse.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+
+objShell.Run "Smartapp.exe"
+
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test_reverse mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__512/start_latency_test_1-1_uni_512_600sX1.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__512/start_latency_test_1-1_uni_512_600sX1.vbs
new file mode 100644
index 0000000000..cd7d418f91
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__512/start_latency_test_1-1_uni_512_600sX1.vbs
@@ -0,0 +1,43 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__512\latency_1-1_uni_512_600sX1.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+
+objShell.Run "Smartapp.exe"
+
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop \ No newline at end of file
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__512/start_latency_test_1-1_uni_512_600sX1_reverse.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__512/start_latency_test_1-1_uni_512_600sX1_reverse.vbs
new file mode 100644
index 0000000000..fa35ee1634
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__512/start_latency_test_1-1_uni_512_600sX1_reverse.vbs
@@ -0,0 +1,43 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__512\latency_1-1_uni_512_600sX1_reverse.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+
+objShell.Run "Smartapp.exe"
+
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test_reverse mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__64/start_latency_test_1-1_uni_64_600sX1.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__64/start_latency_test_1-1_uni_64_600sX1.vbs
new file mode 100644
index 0000000000..a2a22debf7
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__64/start_latency_test_1-1_uni_64_600sX1.vbs
@@ -0,0 +1,43 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__64\latency_1-1_uni_64_600sX1.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+
+objShell.Run "Smartapp.exe"
+
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop \ No newline at end of file
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__64/start_latency_test_1-1_uni_64_600sX1_reverse.vbs b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__64/start_latency_test_1-1_uni_64_600sX1_reverse.vbs
new file mode 100644
index 0000000000..49c7814d8e
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/frame_size__64/start_latency_test_1-1_uni_64_600sX1_reverse.vbs
@@ -0,0 +1,43 @@
+Set objShell = CreateObject("WScript.Shell")
+
+Set fso = CreateObject("Scripting.FileSystemObject")
+
+fso.CopyFile "..\..\..\..\..\SmartBits_test_scripts\latency\1-1\unidirectional\frame_size__64\latency_1-1_uni_64_600sX1_reverse.sig", "..\..\..\..\..\SmartBits_test_scripts\start.sig",TRUE
+
+
+objShell.Run "Smartapp.exe"
+
+
+Set oATO = WScript.CreateObject("wshAPIToolkitObject.ucATO")
+
+Set args = WScript.Arguments
+If WScript.Arguments.Count <> 1 Then
+ Wscript.Echo "Usage: start_latency_test_reverse mail<no_mail>"
+ Wscript.Quit
+End If
+
+If args.Item(0) = "mail" Then
+ WScript.Echo "If test fails email will be sent to zoran.milosavljevic@spidcom.com"
+End If
+
+WScript.Sleep 5000
+
+Do While 1
+ 'Exit the test if test was successfull
+ objShell.Sendkeys "%a"
+ objShell.Sendkeys "%n"
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{F4}" 'Press Alt+F4 to close first window
+ objShell.Sendkeys "%{f4}" 'Press Alt+F4 to close second window
+
+ Success = objShell.AppActivate("SmartApplications")
+ If Success = False Then
+ objShell.Sendkeys "%{TAB}"
+ If args.Item(0) = "mail" Then
+ objShell.Run ("%comspec% /c bmail -s smtp.spidcom.com -t zoran.milosavljevic@spidcom.com -f test@spidcom.com -a ""throughput test failed"" -b ""Throughput test failed. Reason: Error in packet learning."" "), 1, TRUE
+ End If
+ WScript.Quit(2)
+ End If
+
+ WScript.Sleep 1000
+Loop
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/start_latency_test_1-1_uni.bat b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/start_latency_test_1-1_uni.bat
new file mode 100644
index 0000000000..74c08acf8f
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/start_latency_test_1-1_uni.bat
@@ -0,0 +1,62 @@
+REM argument: mail / no_mail
+REM At the end of the each line "cscript ../set_datarate_for_latency_test.vbs ..." speed for which
+REM latency test is performed must be stated in MBs (e.g. 65, 68, etc.)
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__1514/latency_1-1_uni_1514_600sX1.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__1514/start_latency_test_1-1_uni_1514_600sX1.vbs %1
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__1280/latency_1-1_uni_1280_600sX1.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__1280/start_latency_test_1-1_uni_1280_600sX1.vbs %1
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__1024/latency_1-1_uni_1024_600sX1.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__1024/start_latency_test_1-1_uni_1024_600sX1.vbs %1
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__512/latency_1-1_uni_512_600sX1.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__512/start_latency_test_1-1_uni_512_600sX1.vbs %1
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__256/latency_1-1_uni_256_600sX1.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__256/start_latency_test_1-1_uni_256_600sX1.vbs %1
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__128/latency_1-1_uni_128_600sX1.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__128/start_latency_test_1-1_uni_128_600sX1.vbs %1
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__64/latency_1-1_uni_64_600sX1.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__64/start_latency_test_1-1_uni_64_600sX1.vbs %1
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+
diff --git a/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/start_latency_test_1-1_uni_reverse.bat b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/start_latency_test_1-1_uni_reverse.bat
new file mode 100644
index 0000000000..a93a3c2ebe
--- /dev/null
+++ b/cleopatre/devkit/tests/validation/scripts/automate_SmartBits_latency_test/1-1/unidirectional/start_latency_test_1-1_uni_reverse.bat
@@ -0,0 +1,62 @@
+REM argument: mail / no_mail
+REM At the end of the each line "cscript ../set_datarate_for_latency_test.vbs ..." speed for which
+REM latency test is performed must be stated in MBs (e.g. 65, 68, etc.)
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__1514/latency_1-1_uni_1514_600sX1_reverse.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__1514/start_latency_test_1-1_uni_1514_600sX1_reverse.vbs %1
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__1280/latency_1-1_uni_1280_600sX1_reverse.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__1280/start_latency_test_1-1_uni_1280_600sX1_reverse.vbs %1
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__1024/latency_1-1_uni_1024_600sX1_reverse.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__1024/start_latency_test_1-1_uni_1024_600sX1_reverse.vbs %1
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__512/latency_1-1_uni_512_600sX1_reverse.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__512/start_latency_test_1-1_uni_512_600sX1_reverse.vbs %1
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__256/latency_1-1_uni_256_600sX1_reverse.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__256/start_latency_test_1-1_uni_256_600sX1_reverse.vbs %1
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__128/latency_1-1_uni_128_600sX1_reverse.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__128/start_latency_test_1-1_uni_128_600sX1_reverse.vbs %1
+
+cscript ../set_datarate_for_latency_test.vbs ../../../../SmartBits_test_scripts/latency/1-1/unidirectional/frame_size__64/latency_1-1_uni_64_600sX1_reverse.sig 45
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+ping -n 11 127.0.0.1 > nul
+start /wait cscript frame_size__64/start_latency_test_1-1_uni_64_600sX1_reverse.vbs %1
+start /wait cscript ../../../misc/HyperTerminal_reboot2.vbs
+start /wait cscript ../../../misc/HyperTerminal_reboot1.vbs
+