mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-21 11:00:21 -05:00
Update acceptance tests to use new functionality_test_mod. Closes #1056
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
benchmark "check_cache_benchmark" {
|
||||
title = "Benchmark to test the cache functionality in steampipe"
|
||||
children = [
|
||||
control.cache_test_1,
|
||||
control.cache_test_2
|
||||
]
|
||||
}
|
||||
|
||||
control "cache_test_1" {
|
||||
title = "Control to test cache functionality 1"
|
||||
description = "Control to test cache functionality in steampipe."
|
||||
sql = query.check_cache.sql
|
||||
severity = "high"
|
||||
}
|
||||
|
||||
control "cache_test_2" {
|
||||
title = "Control to test cache functionality 2"
|
||||
description = "Control to test cache functionality in steampipe."
|
||||
sql = query.check_cache.sql
|
||||
severity = "high"
|
||||
}
|
||||
Reference in New Issue
Block a user