R12 factory: activate new locale after writing GBB (newbitmap)

Change-Id: I49518b0a4ccf7d6160e69c503784484e59a8e4fb
Reviewed-on: http://gerrit.chromium.org/gerrit/1710
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Tested-by: Hung-Te Lin <hungte@chromium.org>
diff --git a/client/site_tests/factory_WriteGBB/factory_WriteGBB.py b/client/site_tests/factory_WriteGBB/factory_WriteGBB.py
index 4d742ed..7daa1a6 100644
--- a/client/site_tests/factory_WriteGBB/factory_WriteGBB.py
+++ b/client/site_tests/factory_WriteGBB/factory_WriteGBB.py
@@ -24,3 +24,7 @@
                     'You need to run this test from factory UI, and have ' +
                     'successfully completed the HWQual-ID matching test ')
         gooftools.run('gooftool --write_gbb="%s" --verbose' % probed_hwid)
+
+        # After writing GBB, we should be able to verify and activate the locale
+        # stuff (requiring the new GBB bitmaps)
+        gooftools.run('gooftool --verify_vpd')