Skip to content

Commit

Permalink
fix Linux test failed: remove all Fabrics before next testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
xylophone21 committed Dec 22, 2021
1 parent fa54d36 commit bff577d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/tests/chiptest/test_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ def Run(self, runner, paths: ApplicationPaths):
tool_cmd = paths.chip_tool
if os.path.exists('/tmp/chip_tool_config.ini'):
os.unlink('/tmp/chip_tool_config.ini')

# Remove server all_clusters_app or tv_app storage, so it will be commissionable again
if os.path.exists('/tmp/chip_kvs'):
os.unlink('/tmp/chip_kvs')

discriminator = str(randrange(1, 4096))
logging.debug(
Expand Down

0 comments on commit bff577d

Please sign in to comment.