Hide Forgot
Description of problem: multihost testing fails due to: rhts_sync_set: command not found Version-Release number of selected component (if applicable): restraint: 0.1.24-1.el6 Actual results: https://beaker.engineering.redhat.com/recipes/2592674 https://beaker.engineering.redhat.com/recipes/2592674/tasks/39411080/results/193915166/logs/resultoutputfile.log ---<-snip->--- rhts_sync_set: command not found ---<-snip->--- Expected results: restraint recognises task rhts* commands Additional info: -spoke with bpeck about this -these are legacy rhts commands -restraint is aware of rhts-* commands -not rhts_* commands bpeck said he will make restraint smarter :)
Created attachment 1140889 [details] add missing underscore versions of sync/block commands Change-Id: I21e051b9b1195d88eab8f2c9b8b9ad1170c2a98e
https://gerrit.beaker-project.org/4761
Bill, Running remote EET with latest restraint: restraint-0.1.24-1* I hit an issue with kernel/RHEL6/drivers/3rd-party, as the runtest.sh has reference to rhts-flush. Do you account for rhts-flush? Best, -pbunyan
(In reply to PaulB from comment #3) > Do you account for rhts-flush? I filed a separate bug for that: bug 1330816. It looks like an easy one, I think restraint can just supply a no-op implementation because restraint calls to the LC synchronously so there should be nothing to actually flush, right Bill?