faft: Fix the NAME tags which are not match their directory names

It is casued by a previous test name change. We forgot to change their
NAME tags.

BUG=None
TEST=None, trivial tag change.

Change-Id: I67580f646a868b8f6a6a4a878cb2acb0f9ec5319
Reviewed-on: https://gerrit.chromium.org/gerrit/37806
Reviewed-by: Vic Yang <victoryang@chromium.org>
Reviewed-by: Yusuf Mohsinally <mohsinally@google.com>
Commit-Ready: Tom Wai-Hong Tam <waihong@chromium.org>
Tested-by: Tom Wai-Hong Tam <waihong@chromium.org>
diff --git a/server/site_tests/firmware_CorruptBothFwBodyAB/control.dev b/server/site_tests/firmware_CorruptBothFwBodyAB/control.dev
index 5aa8ce5..39fdc60 100644
--- a/server/site_tests/firmware_CorruptBothFwBodyAB/control.dev
+++ b/server/site_tests/firmware_CorruptBothFwBodyAB/control.dev
@@ -5,7 +5,7 @@
 from autotest_lib.server import utils
 
 AUTHOR = "Chrome OS Team"
-NAME = "firmware_CorruptFwBodyAB"
+NAME = "firmware_CorruptBothFwBodyAB"
 PURPOSE = "Servo based both firmware body A and B corruption test"
 CRITERIA = "This test will fail if firmware does not enter recovery mode"
 SUITE = "faft,faft_bios,faft_dev,faft_lv3"