Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new modules for executing OS console commands #1033

Merged
merged 2 commits into from
Jul 18, 2024

Conversation

andy-maier
Copy link
Member

@andy-maier andy-maier commented Jul 12, 2024

For details, see the commit message.

Has been tested with:

  • z/VM LPAR ZVM01 on M96 (classic mode)

Particular review points:

  • Approach for waiting for the end of the command output lines

@andy-maier andy-maier self-assigned this Jul 12, 2024
@andy-maier andy-maier added this to the 1.9.0 milestone Jul 12, 2024
@andy-maier andy-maier linked an issue Jul 12, 2024 that may be closed by this pull request
@coveralls
Copy link

coveralls commented Jul 12, 2024

Coverage Status

coverage: 42.897% (-0.9%) from 43.773%
when pulling 02fc954 on andy/send-os-message
into 866c33f on master.

@andy-maier andy-maier force-pushed the andy/send-os-message branch 5 times, most recently from 021ea50 to f0f96d4 Compare July 13, 2024 04:21
@andy-maier andy-maier changed the title Added new modules for ending OS console commands Added new modules for executing OS console commands Jul 13, 2024
Details:

* Added new modules 'zhmc_lpar_command' and 'zhmc_partition_command' for
  executing an OS consosle command in the OS running in an LPAR or
  partition. (issue #938)

* In support of the above, added a new class 'NotificationThread' for
  running the message receiver thread.

* Enabled notification logging via the 'zhmcclient.jms' Python logger.
  (related to issue #938)

Signed-off-by: Andreas Maier <maiera@de.ibm.com>
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
@andy-maier
Copy link
Member Author

We discussed the disclaimer I added in our weekly meeting and agreed to it.

@andy-maier andy-maier merged commit 8154c97 into master Jul 18, 2024
16 checks passed
@andy-maier andy-maier deleted the andy/send-os-message branch July 18, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for sending OS command to LPAR/partition
3 participants