run test in tr398/tr398v2

Signed-off-by: karthikaeyetea <karthika.subramani@candelatech.com>
This commit is contained in:
karthikaeyetea
2022-12-19 11:28:12 +05:30
parent c0f519f8d5
commit 0eb5a5715d
4 changed files with 108 additions and 34 deletions

View File

@@ -324,6 +324,7 @@ class TR398v2Test(cvtest):
self.sets = sets
self.local_lf_report_dir = local_lf_report_dir
self.test_rig = test_rig
self.blob_text = "TR-398v2-"
def setup(self):
# Nothing to do at this time.
@@ -334,7 +335,7 @@ class TR398v2Test(cvtest):
time.sleep(2)
self.sync_cv()
blob_test = "TR398v2-"
blob_test = self.blob_text
self.rm_text_blob(self.config_name, blob_test) # To delete old config with same name
self.show_text_blob(None, None, False)