aboutsummaryrefslogtreecommitdiffstats
path: root/test/test/autotest_data.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test/autotest_data.py')
-rw-r--r--test/test/autotest_data.py40
1 files changed, 32 insertions, 8 deletions
diff --git a/test/test/autotest_data.py b/test/test/autotest_data.py
index f68d9b11..0fb7866d 100644
--- a/test/test/autotest_data.py
+++ b/test/test/autotest_data.py
@@ -279,6 +279,12 @@ parallel_test_list = [
"Report": None,
},
{
+ "Name": "Sleep delay",
+ "Command": "delay_us_sleep_autotest",
+ "Func": default_autotest,
+ "Report": None,
+ },
+ {
"Name": "Rawdev autotest",
"Command": "rawdev_autotest",
"Func": default_autotest,
@@ -345,12 +351,6 @@ parallel_test_list = [
"Report": None,
},
{
- "Name": "Hash scaling autotest",
- "Command": "hash_scaling_autotest",
- "Func": default_autotest,
- "Report": None,
- },
- {
"Name": "Hash multiwriter autotest",
"Command": "hash_multiwriter_autotest",
"Func": default_autotest,
@@ -477,8 +477,20 @@ parallel_test_list = [
"Report": None,
},
{
- "Name": "Fbarray autotest",
- "Command": "fbarray_autotest",
+ "Name": "Fbarray autotest",
+ "Command": "fbarray_autotest",
+ "Func": default_autotest,
+ "Report": None,
+ },
+ {
+ "Name": "External memory autotest",
+ "Command": "external_mem_autotest",
+ "Func": default_autotest,
+ "Report": None,
+ },
+ {
+ "Name": "Metrics autotest",
+ "Command": "metrics_autotest",
"Func": default_autotest,
"Report": None,
},
@@ -574,6 +586,18 @@ non_parallel_test_list = [
"Report": None,
},
{
+ "Name": "Hash read-write concurrency autotest",
+ "Command": "hash_readwrite_autotest",
+ "Func": default_autotest,
+ "Report": None,
+ },
+ {
+ "Name": "Hash read-write lock-free concurrency autotest",
+ "Command": "hash_readwrite_lf_autotest",
+ "Func": default_autotest,
+ "Report": None,
+ },
+ {
"Name": "Power autotest",
"Command": "power_autotest",
"Func": default_autotest,