sbsv2/raptor/test/smoke_suite/temtest.py
branchfix
changeset 492 9f47b050a32f
parent 3 e1eecf4d390d
child 493 4a86d5ea40ef
equal deleted inserted replaced
490:b60bdff41580 492:9f47b050a32f
    96 
    96 
    97 	t = CheckWhatSmokeTest()
    97 	t = CheckWhatSmokeTest()
    98 	t.id = "0018f"
    98 	t.id = "0018f"
    99 	t.name = "temwhat"
    99 	t.name = "temwhat"
   100 	t.command = "sbs -b smoke_suite/test_resources/simple_extension/bld.inf --what"
   100 	t.command = "sbs -b smoke_suite/test_resources/simple_extension/bld.inf --what"
       
   101 	t.output_expected_only_once = True	
   101 	t.stdout = [
   102 	t.stdout = [
   102 		# exports
   103 		# exports
   103 		'$(EPOCROOT)/epoc32/tools/makefile_templates/sbsv2test/clean.mk',
   104 		'$(EPOCROOT)/epoc32/tools/makefile_templates/sbsv2test/clean.mk',
   104 		'$(EPOCROOT)/epoc32/tools/makefile_templates/sbsv2test/clean.meta',
   105 		'$(EPOCROOT)/epoc32/tools/makefile_templates/sbsv2test/clean.meta',
   105 		'$(EPOCROOT)/epoc32/tools/makefile_templates/sbsv2test/build.mk',
   106 		'$(EPOCROOT)/epoc32/tools/makefile_templates/sbsv2test/build.mk',