You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tmt run discover
/var/tmp/tmt/run-049
/plan
discover
how: fmf
directory: /home/dapospis/test/git/SP_components/a
plan failed
The exception was caused by 1 earlier exceptions
Cause number 1:
unhashable type: 'DependencyFmfId'
I would expect tmt not to process disabled objects.
The text was updated successfully, but these errors were encountered:
I'm afraid there is no way of not processing disabled objects as processing is the 'fmf' (file format) responsibility and disable/enable comes from tmt (metadata specification).
The following plan should rather not find anything than failing on
unhashable type: 'DependencyFmfId'
$ tmt run discover /var/tmp/tmt/run-049 /plan discover how: fmf directory: /home/dapospis/test/git/SP_components/a plan failed The exception was caused by 1 earlier exceptions Cause number 1: unhashable type: 'DependencyFmfId'
I would expect tmt not to process disabled objects.
The text was updated successfully, but these errors were encountered: