aboutsummaryrefslogtreecommitdiff
path: root/tools/tf_fuzz/regression/000023_SST_creation_flags/template
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tf_fuzz/regression/000023_SST_creation_flags/template')
-rw-r--r--tools/tf_fuzz/regression/000023_SST_creation_flags/template6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/tf_fuzz/regression/000023_SST_creation_flags/template b/tools/tf_fuzz/regression/000023_SST_creation_flags/template
deleted file mode 100644
index 5cfa287e3b..0000000000
--- a/tools/tf_fuzz/regression/000023_SST_creation_flags/template
+++ /dev/null
@@ -1,6 +0,0 @@
-purpose to set SST creation flags;
-set sst name hasCF data "this asset has write-once" flag write_once;
-set sst name hasCF2 data "this asset has also write-once" flag wo;
-set sst name alsoHasCF data "this asset has no flags" flag none expect pass;
-set sst name alsoHasCF2 data "this asset has NO_CONFIDENTIALITY" flag ncf;
-set sst name yetAnother data "this asset has NO_REPLAY_PROTECTION" flag nrp;