Searched refs:run_on_spec (Results 1 – 1 of 1) sorted by relevance
652 def should_run_on(run_on_spec): argument653 if not run_on_spec:657 for req in run_on_spec:685 run_on_spec = cls.TEST_SPEC.get('runOnRequirements', [])686 if not cls.should_run_on(run_on_spec):1099 run_on_spec = spec.get('runOnRequirements', [])1100 if not self.should_run_on(run_on_spec):