sbsv2/raptor/test/smoke_suite/temtest.py
changeset 18 de5b887c98f7
parent 13 c327db0664bb
equal deleted inserted replaced
14:eb060913c963 18:de5b887c98f7
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of the License "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    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',