X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fchromite%2Flib%2Fcidb_integration_test.py;h=394f0d67f8ac4381897c3108508d89f7640d134a;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=2bd3998c37b3f5ddb1e802d0ed9f8520591dd651;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/chromite/lib/cidb_integration_test.py b/src/third_party/chromite/lib/cidb_integration_test.py index 2bd3998..394f0d6 100755 --- a/src/third_party/chromite/lib/cidb_integration_test.py +++ b/src/third_party/chromite/lib/cidb_integration_test.py @@ -166,10 +166,10 @@ def GetTestDataSeries(test_data_path): class DataSeries0Test(CIDBIntegrationTest): """Simulate a set of 630 master/slave CQ builds.""" - def testCQWithSchema11(self): - """Run the CQ test with schema version 13.""" - # Run the CQ test at schema version 13 - self._PrepareFreshDatabase(13) + def testCQWithSchema16(self): + """Run the CQ test with schema version 16.""" + # Run the CQ test at schema version 16 + self._PrepareFreshDatabase(16) self._runCQTest() def _runCQTest(self): @@ -356,7 +356,7 @@ class DataSeries1Test(CIDBIntegrationTest): # Migrate db to specified version. As new schema versions are added, # migrations to later version can be applied after the test builds are # simulated, to test that db contents are correctly migrated. - self._PrepareFreshDatabase(11) + self._PrepareFreshDatabase(16) bot_db = cidb.CIDBConnection(TEST_DB_CRED_BOT)