Hide Forgot
Created attachment 512410 [details] runtest.sh Description of problem: I'm running multihost test with beaker utils. I have 1 server 1 client. SERVER PART: 1. When server installation is finished I set rhts-sync-set -s SVR_INSTALLED 2. and then I'm waiting for TEST_FINISHED from CLIENTS. rhts-sync-block -s TEST_FINISHED $CLIENTS CLIENT PART: 1. I'm checking with rhts-sync-block -s SVR_INSTALLED $SERVERS if server installation is finished. 2. I'm running test itself 3. I'm setting rhts-sync-set -s TEST_FINISHED when test is finished. I got this problem: On client I see process /usr/bin/python /usr/bin/rhts-sync-block -s SVR_INSTALLED ibm-x3650m3-01.lab.eng.brq.redhat.com what means I'm waiting for SVR_INSTALLED on ibm-x3650m3-01.lab.eng.brq.redhat.com But on server I see process /usr/bin/python /usr/bin/rhts-sync-block -s TEST_FINISHED dell-per210-01.lab.eng.brq.redhat. what mean that step 1. rhts-sync-set -s SVR_INSTALLED on server part is done. I will attach runtest.sh script I'm running for this multihost test. Beaker job you can see in this url: https://beaker.engineering.redhat.com/jobs/clone?job_id=109875 Thanks Kamil
Test changing RESULT_SERVER env.variable in use by rhts* scripts. Q: How to prevent this from happening?