summaryrefslogtreecommitdiffstats
path: root/scripts/run_regression
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-02-11 18:20:38 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-02-11 18:20:38 +0200
commit19ef256b19acefef392185bac65a93725c6aef27 (patch)
tree3098ed210a091f4c9a228277471aacbcec55e61d /scripts/run_regression
parente93926178b4a510bd1bec776d69cc77eb7e16aff (diff)
run_functional_tests not requires unit_tests/functional_tests, can be set to custom test, path from scripts or from regression. added hlt profile test.
Diffstat (limited to 'scripts/run_regression')
-rwxr-xr-xscripts/run_regression6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/run_regression b/scripts/run_regression
new file mode 100755
index 00000000..5bb33652
--- /dev/null
+++ b/scripts/run_regression
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+source find_python.sh
+cd automation/regression
+$PYTHON trex_unit_test.py --exclude functional $@
+