Hi
I have some "wait for master" test. If things is normal the test will fire when the wait is ok.
One test have 9 wait for master test, to wait for.
But sometime a error in our system will not bring the ok status for maybe 1 or 2 of the test. Then I want to bypass the test if a time is reach maybe 14:00 each day!
That will say wait for master until 14:00 and then fire the test.
How to fix that?
Wait for master -> bypass how to?
Sorry, I do not understand you
What means "9 wait for master test"?
Do you want to change schedule for dependant tests when master test status changes?
H'm.. you may use HM Script action and ImportFromFile command to import test settings from file. This allows you to modify some test settings (e.g. Schedule) when some event detected...
or you may use HM Script and PauseTest or DisableTest commands:
http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
Regards
Alex

What means "9 wait for master test"?
Do you want to change schedule for dependant tests when master test status changes?
H'm.. you may use HM Script action and ImportFromFile command to import test settings from file. This allows you to modify some test settings (e.g. Schedule) when some event detected...
or you may use HM Script and PauseTest or DisableTest commands:
http://www.ks-soft.net/hostmon.eng/mfra ... #actScript
Regards
Alex
Hi
Sorry for the bad explanation.
I use the function wait for master. There are 9 pcs. of test there must report "ok" before the master fire it's test.
But sometime the test not fire because there are one or two of the prereq. test there are not ok.
Is it possible to execute the test every day _if_ the test is not fired normally from the wait for master?
Sorry for the bad explanation.
I use the function wait for master. There are 9 pcs. of test there must report "ok" before the master fire it's test.
But sometime the test not fire because there are one or two of the prereq. test there are not ok.
Is it possible to execute the test every day _if_ the test is not fired normally from the wait for master?
Do you mean: dependant test depends on 9 master tests?There are 9 pcs. of test there must report "ok" before the master fire it's test
No. However you may setup another test item to be performed once a day.Is it possible to execute the test every day _if_ the test is not fired normally from the wait for master?
Regards
Alex