Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

EOS-25893: Implement init method for Event_message #670

Merged
merged 8 commits into from
Dec 28, 2021

Conversation

suryakumar1024
Copy link
Contributor

@suryakumar1024 suryakumar1024 commented Dec 23, 2021

Signed-off-by: suryakumar.kumaravelan [email protected]

Problem Statement

  • DoD:
  • Get one more param endpoints in IEM.init() and subscribe()
  • Do call MessageBus init method inside IEM.init() and subscribe() methods.
  • Update the code not to refer to any config file
  • Update test cases to make use of the init () method & initialize log files

Design

  • Updated Iem.init() method that will get cluster_id and server endpoints as input.
  • iem.init() and subscribe() will internally initialize message bus init method.

Coding

  • Coding conventions are followed and code is consistent [Y/N]: Y
  • Confirm All CODACY errors are resolved [Y/N]: Y

Testing

  • Confirm that Test Cases are added (for both the cases, fix and feature) [Y/N]: Y
  • Confirm Test Cases cover Happy Path, Non-Happy Path and Scalability [Y/N]: Y
  • Confirm Testing was performed with installed RPM [Y/N]: Y

Review Checklist

Before posting the PR please ensure

  • PR is self reviewed
  • Is there a change in filename/package/module or signature [Y/N]:
  • If yes for above point, Is a notification sent to all other cortx components [Y/N]
  • Jira is updated
  • Check if the description is clear and explained.
  • Check Acceptance Criterion is defined.
  • All the tests performed should be mentioned before Resolving a JIRA.
  • Verification needs to be done before marked as Closed/Verified

Documentation

  • Changes done to WIKI / Confluence page

Signed-off-by: suryakumar.kumaravelan <[email protected]>
Copy link
Contributor

@sachinpunadikar sachinpunadikar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@stale
Copy link

stale bot commented Dec 27, 2021

This issue/pull request has been marked as needs attention as it has been left pending without new activity for 4 days. Tagging @s-arya @sachinpunadikar for appropriate assignment. Sorry for the delay & Thank you for contributing to CORTX. We will get back to you as soon as possible.

@stale stale bot removed the needs-attention label Dec 28, 2021
@sachinpunadikar sachinpunadikar merged commit da98dce into Seagate:utils_no_conf Dec 28, 2021
@sachinpunadikar sachinpunadikar deleted the iem_prep branch December 28, 2021 11:14
sachinpunadikar pushed a commit that referenced this pull request Jan 7, 2022
… file (#687)

* Fix init phase of Miniprovisioning (#645)

* Fix init phase of Miniprovisioning

Signed-off-by: Selvakumar <[email protected]>

* Fix test cases related to message_bus

Signed-off-by: Selvakumar <[email protected]>

* Remove creation of config files

Signed-off-by: Selvakumar <[email protected]>

* Make use of components logger (#650)

* Make use of components logger

Signed-off-by: Selvakumar <[email protected]>

* Use utils logger if initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging in message_bus if logger is not initialised (#652)

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Updated message_bus tests to take cluster.conf path as input and get kafka endpoints from conf. (#658)

* PATCH: update PyYaml version

Signed-off-by: Rohit Dwivedi <[email protected]>

* EOS-25893: Implement init method for Event_message (#670)

* Iem prep and messagebus init changes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Update event_message.py

* Update event_message.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

Co-authored-by: Sachin Punadikar <[email protected]>
Co-authored-by: Selva Nambi <[email protected]>

* MessageBus library code should not refer any conf file (#644)

* EOS-25892: Implement init method for message_bus (#610)

* Read passed in config values

Signed-off-by: Selvakumar <[email protected]>

* modify the testcases

Signed-off-by: Selvakumar <[email protected]>

* Initialize logger

Signed-off-by: Selvakumar <[email protected]>

* change parameter name

Signed-off-by: Selvakumar <[email protected]>

* Read conf values in MiniProvisioning init phase

Signed-off-by: Selvakumar <[email protected]>

* dump dict to json string

Signed-off-by: Selvakumar <[email protected]>

* EOS-25892: Implement MessageBus.init() (#639)

* Read the passed in config

Signed-off-by: Selvakumar <[email protected]>

* Read kwargs

Signed-off-by: Selvakumar <[email protected]>

* change config params

Signed-off-by: Selvakumar <[email protected]>

* Remove Invalid line

Signed-off-by: Selvakumar <[email protected]>

* EOS-26899: Message server changes for init argument (#642)

* Message server changes for init argument fixes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* code optimize

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Add MessageBus.init() in testcase (#643)

Signed-off-by: Selvakumar <[email protected]>

* Update test_message_bus.py

Co-authored-by: Selva Nambi <[email protected]>
Co-authored-by: SURYA KUMAR K <[email protected]>

Signed-off-by: Sachin Punadikar <[email protected]>

Conflicts:
	py-utils/src/setup/utils.py
	py-utils/src/utils/message_bus/message_bus.py
	py-utils/src/utils/message_bus/message_bus_client.py

* Update utils.py

* Update test_message_bus.py

Co-authored-by: Selva Nambi <[email protected]>
Co-authored-by: veerendra-simha-garikipati <[email protected]>
Co-authored-by: Rohit Dwivedi <[email protected]>
Co-authored-by: SURYA KUMAR K <[email protected]>
sachinpunadikar pushed a commit that referenced this pull request Jan 7, 2022
* Fix init phase of Miniprovisioning (#645)

* Fix init phase of Miniprovisioning

Signed-off-by: Selvakumar <[email protected]>

* Fix test cases related to message_bus

Signed-off-by: Selvakumar <[email protected]>

* Remove creation of config files

Signed-off-by: Selvakumar <[email protected]>

* Make use of components logger (#650)

* Make use of components logger

Signed-off-by: Selvakumar <[email protected]>

* Use utils logger if initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging in message_bus if logger is not initialised (#652)

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Updated message_bus tests to take cluster.conf path as input and get kafka endpoints from conf. (#658)

* PATCH: update PyYaml version

Signed-off-by: Rohit Dwivedi <[email protected]>

* EOS-25893: Implement init method for Event_message (#670)

* Iem prep and messagebus init changes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Update event_message.py

* Update event_message.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

Co-authored-by: Sachin Punadikar <[email protected]>
Co-authored-by: Selva Nambi <[email protected]>

* MessageBus library code should not refer any conf file (#644)

* EOS-25892: Implement init method for message_bus (#610)

* Read passed in config values

Signed-off-by: Selvakumar <[email protected]>

* modify the testcases

Signed-off-by: Selvakumar <[email protected]>

* Initialize logger

Signed-off-by: Selvakumar <[email protected]>

* change parameter name

Signed-off-by: Selvakumar <[email protected]>

* Read conf values in MiniProvisioning init phase

Signed-off-by: Selvakumar <[email protected]>

* dump dict to json string

Signed-off-by: Selvakumar <[email protected]>

* EOS-25892: Implement MessageBus.init() (#639)

* Read the passed in config

Signed-off-by: Selvakumar <[email protected]>

* Read kwargs

Signed-off-by: Selvakumar <[email protected]>

* change config params

Signed-off-by: Selvakumar <[email protected]>

* Remove Invalid line

Signed-off-by: Selvakumar <[email protected]>

* EOS-26899: Message server changes for init argument (#642)

* Message server changes for init argument fixes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* code optimize

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Add MessageBus.init() in testcase (#643)

Signed-off-by: Selvakumar <[email protected]>

* Update test_message_bus.py

Co-authored-by: Selva Nambi <[email protected]>
Co-authored-by: SURYA KUMAR K <[email protected]>

Signed-off-by: Sachin Punadikar <[email protected]>

Conflicts:
	py-utils/src/setup/utils.py
	py-utils/src/utils/message_bus/message_bus.py
	py-utils/src/utils/message_bus/message_bus_client.py

* Messagebus fix for no conf merged branch

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* code fix

Signed-off-by: suryakumar.kumaravelan <[email protected]>

Co-authored-by: Selva Nambi <[email protected]>
Co-authored-by: veerendra-simha-garikipati <[email protected]>
Co-authored-by: Rohit Dwivedi <[email protected]>
Co-authored-by: Sachin Punadikar <[email protected]>
sachinpunadikar pushed a commit that referenced this pull request Jan 7, 2022
* Fix init phase of Miniprovisioning (#645)

* Fix init phase of Miniprovisioning

Signed-off-by: Selvakumar <[email protected]>

* Fix test cases related to message_bus

Signed-off-by: Selvakumar <[email protected]>

* Remove creation of config files

Signed-off-by: Selvakumar <[email protected]>

* Make use of components logger (#650)

* Make use of components logger

Signed-off-by: Selvakumar <[email protected]>

* Use utils logger if initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging in message_bus if logger is not initialised (#652)

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Updated message_bus tests to take cluster.conf path as input and get kafka endpoints from conf. (#658)

* PATCH: update PyYaml version

Signed-off-by: Rohit Dwivedi <[email protected]>

* EOS-25893: Implement init method for Event_message (#670)

* Iem prep and messagebus init changes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Update event_message.py

* Update event_message.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

Co-authored-by: Sachin Punadikar <[email protected]>
Co-authored-by: Selva Nambi <[email protected]>

* Message bus server no conf patch. updated iem and message bus server py files

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* code optimize

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* code optimize

Signed-off-by: suryakumar.kumaravelan <[email protected]>

Co-authored-by: Selva Nambi <[email protected]>
Co-authored-by: veerendra-simha-garikipati <[email protected]>
Co-authored-by: Rohit Dwivedi <[email protected]>
Co-authored-by: Sachin Punadikar <[email protected]>
sachinpunadikar pushed a commit that referenced this pull request Jan 7, 2022
* Fix init phase of Miniprovisioning (#645)

* Fix init phase of Miniprovisioning

Signed-off-by: Selvakumar <[email protected]>

* Fix test cases related to message_bus

Signed-off-by: Selvakumar <[email protected]>

* Remove creation of config files

Signed-off-by: Selvakumar <[email protected]>

* Make use of components logger (#650)

* Make use of components logger

Signed-off-by: Selvakumar <[email protected]>

* Use utils logger if initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging in message_bus if logger is not initialised (#652)

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Updated message_bus tests to take cluster.conf path as input and get kafka endpoints from conf. (#658)

* PATCH: update PyYaml version

Signed-off-by: Rohit Dwivedi <[email protected]>

* EOS-25893: Implement init method for Event_message (#670)

* Iem prep and messagebus init changes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Update event_message.py

* Update event_message.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

Co-authored-by: Sachin Punadikar <[email protected]>
Co-authored-by: Selva Nambi <[email protected]>

* iem cli changes no conf

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* reverted iem patch for optional arguments

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Iem Fix for Event message chagnes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Update iem_cli.py

* Code optimize

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Update iem_cli.py

Co-authored-by: Selva Nambi <[email protected]>
Co-authored-by: veerendra-simha-garikipati <[email protected]>
Co-authored-by: Rohit Dwivedi <[email protected]>
Co-authored-by: Sachin Punadikar <[email protected]>
suryakumar1024 added a commit to suryakumar1024/cortx-utils that referenced this pull request Mar 21, 2022
… file (Seagate#687)

* Fix init phase of Miniprovisioning (Seagate#645)

* Fix init phase of Miniprovisioning

Signed-off-by: Selvakumar <[email protected]>

* Fix test cases related to message_bus

Signed-off-by: Selvakumar <[email protected]>

* Remove creation of config files

Signed-off-by: Selvakumar <[email protected]>

* Make use of components logger (Seagate#650)

* Make use of components logger

Signed-off-by: Selvakumar <[email protected]>

* Use utils logger if initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging in message_bus if logger is not initialised (Seagate#652)

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Updated message_bus tests to take cluster.conf path as input and get kafka endpoints from conf. (Seagate#658)

* PATCH: update PyYaml version

Signed-off-by: Rohit Dwivedi <[email protected]>

* EOS-25893: Implement init method for Event_message (Seagate#670)

* Iem prep and messagebus init changes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Update event_message.py

* Update event_message.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

Co-authored-by: Sachin Punadikar <[email protected]>
Co-authored-by: Selva Nambi <[email protected]>

* MessageBus library code should not refer any conf file (Seagate#644)

* EOS-25892: Implement init method for message_bus (Seagate#610)

* Read passed in config values

Signed-off-by: Selvakumar <[email protected]>

* modify the testcases

Signed-off-by: Selvakumar <[email protected]>

* Initialize logger

Signed-off-by: Selvakumar <[email protected]>

* change parameter name

Signed-off-by: Selvakumar <[email protected]>

* Read conf values in MiniProvisioning init phase

Signed-off-by: Selvakumar <[email protected]>

* dump dict to json string

Signed-off-by: Selvakumar <[email protected]>

* EOS-25892: Implement MessageBus.init() (Seagate#639)

* Read the passed in config

Signed-off-by: Selvakumar <[email protected]>

* Read kwargs

Signed-off-by: Selvakumar <[email protected]>

* change config params

Signed-off-by: Selvakumar <[email protected]>

* Remove Invalid line

Signed-off-by: Selvakumar <[email protected]>

* EOS-26899: Message server changes for init argument (Seagate#642)

* Message server changes for init argument fixes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* code optimize

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Add MessageBus.init() in testcase (Seagate#643)

Signed-off-by: Selvakumar <[email protected]>

* Update test_message_bus.py

Co-authored-by: Selva Nambi <[email protected]>
Co-authored-by: SURYA KUMAR K <[email protected]>

Signed-off-by: Sachin Punadikar <[email protected]>

Conflicts:
	py-utils/src/setup/utils.py
	py-utils/src/utils/message_bus/message_bus.py
	py-utils/src/utils/message_bus/message_bus_client.py

* Update utils.py

* Update test_message_bus.py

Co-authored-by: Selva Nambi <[email protected]>
Co-authored-by: veerendra-simha-garikipati <[email protected]>
Co-authored-by: Rohit Dwivedi <[email protected]>
Co-authored-by: SURYA KUMAR K <[email protected]>
Signed-off-by: suryakumar.kumaravelan <[email protected]>
suryakumar1024 added a commit to suryakumar1024/cortx-utils that referenced this pull request Mar 21, 2022
* Fix init phase of Miniprovisioning (Seagate#645)

* Fix init phase of Miniprovisioning

Signed-off-by: Selvakumar <[email protected]>

* Fix test cases related to message_bus

Signed-off-by: Selvakumar <[email protected]>

* Remove creation of config files

Signed-off-by: Selvakumar <[email protected]>

* Make use of components logger (Seagate#650)

* Make use of components logger

Signed-off-by: Selvakumar <[email protected]>

* Use utils logger if initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging in message_bus if logger is not initialised (Seagate#652)

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Updated message_bus tests to take cluster.conf path as input and get kafka endpoints from conf. (Seagate#658)

* PATCH: update PyYaml version

Signed-off-by: Rohit Dwivedi <[email protected]>

* EOS-25893: Implement init method for Event_message (Seagate#670)

* Iem prep and messagebus init changes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Update event_message.py

* Update event_message.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

Co-authored-by: Sachin Punadikar <[email protected]>
Co-authored-by: Selva Nambi <[email protected]>

* MessageBus library code should not refer any conf file (Seagate#644)

* EOS-25892: Implement init method for message_bus (Seagate#610)

* Read passed in config values

Signed-off-by: Selvakumar <[email protected]>

* modify the testcases

Signed-off-by: Selvakumar <[email protected]>

* Initialize logger

Signed-off-by: Selvakumar <[email protected]>

* change parameter name

Signed-off-by: Selvakumar <[email protected]>

* Read conf values in MiniProvisioning init phase

Signed-off-by: Selvakumar <[email protected]>

* dump dict to json string

Signed-off-by: Selvakumar <[email protected]>

* EOS-25892: Implement MessageBus.init() (Seagate#639)

* Read the passed in config

Signed-off-by: Selvakumar <[email protected]>

* Read kwargs

Signed-off-by: Selvakumar <[email protected]>

* change config params

Signed-off-by: Selvakumar <[email protected]>

* Remove Invalid line

Signed-off-by: Selvakumar <[email protected]>

* EOS-26899: Message server changes for init argument (Seagate#642)

* Message server changes for init argument fixes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* code optimize

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Add MessageBus.init() in testcase (Seagate#643)

Signed-off-by: Selvakumar <[email protected]>

* Update test_message_bus.py

Co-authored-by: Selva Nambi <[email protected]>
Co-authored-by: SURYA KUMAR K <[email protected]>

Signed-off-by: Sachin Punadikar <[email protected]>

Conflicts:
	py-utils/src/setup/utils.py
	py-utils/src/utils/message_bus/message_bus.py
	py-utils/src/utils/message_bus/message_bus_client.py

* Messagebus fix for no conf merged branch

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* code fix

Signed-off-by: suryakumar.kumaravelan <[email protected]>

Co-authored-by: Selva Nambi <[email protected]>
Co-authored-by: veerendra-simha-garikipati <[email protected]>
Co-authored-by: Rohit Dwivedi <[email protected]>
Co-authored-by: Sachin Punadikar <[email protected]>
Signed-off-by: suryakumar.kumaravelan <[email protected]>
suryakumar1024 added a commit to suryakumar1024/cortx-utils that referenced this pull request Mar 21, 2022
* Fix init phase of Miniprovisioning (Seagate#645)

* Fix init phase of Miniprovisioning

Signed-off-by: Selvakumar <[email protected]>

* Fix test cases related to message_bus

Signed-off-by: Selvakumar <[email protected]>

* Remove creation of config files

Signed-off-by: Selvakumar <[email protected]>

* Make use of components logger (Seagate#650)

* Make use of components logger

Signed-off-by: Selvakumar <[email protected]>

* Use utils logger if initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging in message_bus if logger is not initialised (Seagate#652)

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Updated message_bus tests to take cluster.conf path as input and get kafka endpoints from conf. (Seagate#658)

* PATCH: update PyYaml version

Signed-off-by: Rohit Dwivedi <[email protected]>

* EOS-25893: Implement init method for Event_message (Seagate#670)

* Iem prep and messagebus init changes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Update event_message.py

* Update event_message.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

Co-authored-by: Sachin Punadikar <[email protected]>
Co-authored-by: Selva Nambi <[email protected]>

* Message bus server no conf patch. updated iem and message bus server py files

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* code optimize

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* code optimize

Signed-off-by: suryakumar.kumaravelan <[email protected]>

Co-authored-by: Selva Nambi <[email protected]>
Co-authored-by: veerendra-simha-garikipati <[email protected]>
Co-authored-by: Rohit Dwivedi <[email protected]>
Co-authored-by: Sachin Punadikar <[email protected]>
Signed-off-by: suryakumar.kumaravelan <[email protected]>
suryakumar1024 added a commit to suryakumar1024/cortx-utils that referenced this pull request Mar 21, 2022
* Fix init phase of Miniprovisioning (Seagate#645)

* Fix init phase of Miniprovisioning

Signed-off-by: Selvakumar <[email protected]>

* Fix test cases related to message_bus

Signed-off-by: Selvakumar <[email protected]>

* Remove creation of config files

Signed-off-by: Selvakumar <[email protected]>

* Make use of components logger (Seagate#650)

* Make use of components logger

Signed-off-by: Selvakumar <[email protected]>

* Use utils logger if initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging in message_bus if logger is not initialised (Seagate#652)

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Ignore logging if logger is not initialised

Signed-off-by: Selvakumar <[email protected]>

* Updated message_bus tests to take cluster.conf path as input and get kafka endpoints from conf. (Seagate#658)

* PATCH: update PyYaml version

Signed-off-by: Rohit Dwivedi <[email protected]>

* EOS-25893: Implement init method for Event_message (Seagate#670)

* Iem prep and messagebus init changes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Update event_message.py

* Update event_message.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

* Update test_iem.py

* Update event_message.py

Co-authored-by: Sachin Punadikar <[email protected]>
Co-authored-by: Selva Nambi <[email protected]>

* iem cli changes no conf

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* reverted iem patch for optional arguments

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Iem Fix for Event message chagnes

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Update iem_cli.py

* Code optimize

Signed-off-by: suryakumar.kumaravelan <[email protected]>

* Update iem_cli.py

Co-authored-by: Selva Nambi <[email protected]>
Co-authored-by: veerendra-simha-garikipati <[email protected]>
Co-authored-by: Rohit Dwivedi <[email protected]>
Co-authored-by: Sachin Punadikar <[email protected]>
Signed-off-by: suryakumar.kumaravelan <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants