Metadata-Version: 2.1
Name: FIT_Testcase_Sender
Version: 1.0.0
Summary: A utility for sending scenarios via TCP/IP and checking their completion
Author: suresofttech
Author-email: sdhan@suresofttch.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown

## FIT REMOTE FUNCTION

### function name: remote

- excute_testcase: Send a resquest message to the FIT tool with a list of scenario numbers for fault injection as arguments. 
parameter: list
return: dict

- is_testcase_complete: Takes the fault injection result as an argument and determines whether the fault injection was successfully completed.
parameter: dict
return: bool
