#272: Tell test which arch it is supposed to test -------------------------+-------------------------------------------------- Reporter: kparal | Owner: Type: enhancement | Status: new Priority: major | Milestone: Finger Food Component: core | Resolution: Keywords: | -------------------------+-------------------------------------------------- Comment (by vhumpa):
What do you mean by this? It looks like 'autoqa' script is already scheduling tests for specific archs to the autotest based on the options passed to it. So the test shouldn't be scheduled to run on an undesired architecture.
So I understand that you mean this: the test is running on desired acrhitecture(s) because it was scheduled to - but it doesn't know on which one, since that information is not passed to it, which is something that 'some' tests need to know.
If I got it right, I'd be glad to do this one among others.