Home
last modified time | relevance | path

Searched refs:testName (Results 1 – 5 of 5) sorted by relevance

/openbmc/libbej/test/
H A Dbej_decoder_test.cpp16 const std::string testName; member
94 return info.param.testName; in __anon72dd28ce0102()
H A Dbej_encoder_test.cpp20 const std::string testName; member
438 return info.param.testName; in __anon3c952a780102()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js10 config.modules.push(currentModule);config.currentModule=currentModule;},asyncTest:function(testName argument
11 QUnit.test(testName,expected,callback,true);},test:function(testName,expected,callback,async){var t… argument
12 …est({testName:testName,expected:expected,async:async,callback:callback});test.queue();},skip:funct… argument
72 …is.module.tests;i<l.length;i++){if(this.module.tests[i].name===this.testName){this.testName+=" ";}}
73 this.testId=generateHash(this.module.name,this.testName);this.module.tests.push({name:this.testName
81 …se,hookName);}catch(error){test.pushFailure(hookName+" failed on "+test.testName+": "+(error.messa…
88 runLoggingCallbacks("testDone",{name:this.testName,module:this.module.name,skipped:!!this.skip,fail…
90testName);if(bad){run();}else{synchronize(run,true);}},push:function(result,actual,expected,messag…
93 var details={module:this.module.name,name:this.testName,result:false,message:message||"error",actua…
95testName+": "+(error.message||error);test.pushFailure(message,extractStacktrace(error,0));saveGlob…
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc.robot4 ... ffdc_report.txt under directory logs/testSuite/testName/
/openbmc/qemu/python/tests/
H A Dprotocol.py189 def testName(self): member in Smoke