sbsv2/raptor/test/smoke_suite/gnumakefile_what.py
changeset 18 de5b887c98f7
parent 13 c327db0664bb
child 28 b8fa7dfeeaa1
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".
    21 	t = CheckWhatSmokeTest()
    21 	t = CheckWhatSmokeTest()
    22 	t.id = "54"
    22 	t.id = "54"
    23 	t.name = "gnumakefile_what"
    23 	t.name = "gnumakefile_what"
    24 	t.command = "sbs -b smoke_suite/test_resources/gnumakefile/bld.inf --what"
    24 	t.command = "sbs -b smoke_suite/test_resources/gnumakefile/bld.inf --what"
    25 	componentpath = re.sub(r'\\','/',os.path.abspath("smoke_suite/test_resources/gnumakefile"))
    25 	componentpath = re.sub(r'\\','/',os.path.abspath("smoke_suite/test_resources/gnumakefile"))
    26 
    26 	
       
    27 	t.output_expected_only_once = True
    27 	t.stdout = [
    28 	t.stdout = [
    28 	# Generated txt files by the gnumakefile
    29 	# Generated txt files by the gnumakefile
    29 		componentpath+"/master_bld_ARMV5_UDEB.txt",
    30 		componentpath+"/master_bld_ARMV5_UDEB.txt",
    30 		componentpath+"/master_bld_ARMV5_UREL.txt",
    31 		componentpath+"/master_bld_ARMV5_UREL.txt",
    31 		componentpath+"/master_bld_WINSCW_UDEB.txt",
    32 		componentpath+"/master_bld_WINSCW_UDEB.txt",