Commit c48ae8d9 authored by Matthieu Cattin's avatar Matthieu Cattin

fmc_adc: Exception handling added, common modules interface updated.

Most of the function still needs to be tested.
parent 5aae3b2f
This diff is collapsed.
......@@ -58,9 +58,6 @@ def main (default_directory='.'):
except FmcAdc100mOperationError as e:
raise PtsCritical("Mezzanine init failed, test stopped: %s" % e)
# Read unique ID and print to log
unique_id = fmc.get_unique_id()
if(unique_id == -1):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment