Satheesh Rajendran

Results 45 comments of Satheesh Rajendran

[mambo.p9.os.txt](https://github.com/open-power/op-test/files/3580278/mambo.p9.os.txt)

@oohal have documented in test and added detailed blog on same, https://sathnaga86.com/2019/11/19/guide-to-run-test-on-power9-from-laptop-using-simulator.html, pls merge if no further comments, Thanks

@oohal rebased, pls merge if no further comments, tnx!

@harish-24 this could help solve that issue you are facing, seems to be framework catches and `sighup` bydefault and terminates.. ``` diff --git a/common/OPexpect.py b/common/OPexpect.py index d2d1832..820bcc5 100644 --- a/common/OPexpect.py...

> Care to expand a bit more? > > If someone is connected (ssh or whatever) to a machine where the op-test.py instance is running (i.e., driving the test, not...

Test Config: ``` #cat ci1.conf [op-test] bmc_type=FSP bmc_ip=X.X.X.X bmc_username=abc bmc_password=xyz bmc_passwordipmi=pass host_ip=X.X.X.X host_user=root host_password=pass host_cmd_timeout=60 host_cmd=sleep 20 machine_state=OS ``` Test: ./op-test -c ci1.conf --run testcases.RunHostTest.RunHostTest --enable-profiler Test Output: [profiler_test_result.txt](https://github.com/open-power/op-test/files/3629969/profiler_test_result.txt) ```...

[profiler_output_log.txt](https://github.com/open-power/op-test/files/3630187/profiler_output_log.txt)

> I like the idea, but can you rename this to something like "monitoring jobs" or similar? It's not really clear what "profiler" is supposed to mean in the context...