Home | History | Annotate | Download | only in utils

Lines Matching refs:new_test

235         new_test = models.Test.objects.get_or_create(
237 logging.info("Processing %s", new_test.path)
241 _set_attributes_clean(new_test, data)
244 _set_attributes_custom(new_test, data)
247 if not new_test.name:
250 new_test.name = test_new_test[-2]
255 new_test.name = control_name.replace('control.', '')
258 if not add_experimental and new_test.experimental:
261 _log_or_execute(repr(new_test), new_test.save)
262 add_label_dependencies(new_test)
267 test=new_test, name=para_name)[0]