From 222f67f8d62aa0befa2562ee9ecdf5175696bdd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20BRON=C3=88S?= <romain.brones@synchrotron-soleil.fr> Date: Thu, 25 Jan 2024 17:45:00 +0100 Subject: [PATCH] Cleaning trail of CLI script --- FofbTool/CommandLineInterface.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/FofbTool/CommandLineInterface.py b/FofbTool/CommandLineInterface.py index 30f1bef..30d364e 100755 --- a/FofbTool/CommandLineInterface.py +++ b/FofbTool/CommandLineInterface.py @@ -96,22 +96,3 @@ if __name__ == '__main__': if args.start or args.start_ccn: FofbTool.Utils.start_all_ccn() - exit(0) - - if args.stop: - for cnp in cellnode_subscribers: - cellnode_stop_ccn(cnp) - cellnode_stop_combpm(cnp) - centralnode_stop_ccn(centralnode_subscriber) - - if not args.respmat is None: - centralnode_configure_respmat(centralnode_subscriber, args.respmat) - - - if args.start: - for cnp in cellnode_subscribers: - cellnode_start_ccn(cnp) - cellnode_start_combpm(cnp) - cellnode_ack_ccn(cnp) - centralnode_start_ccn(centralnode_subscriber) - -- GitLab