FAFT: Temporarily remove firmware_CgptState test

The firmware_CgptState test is different from other FAFT tests.
It executes the test routine in DUT and checks the status using
a boot vector, which uses a number to note a system boot state
(like 1 for normal boot, 2 for developer mode boot, etc.).
It introduces unnecessary complication to convert the current
system state to a vector. To achieve a better approach, like
other FAFT tests, should move the test routine to the server side
and checks the output directly from crossystem, cgpt, etc.

This change removes the test temporarily. Will add it back once
the code reorganization is done.

CQ-DEPEND=CL:290203
BUG=chromium:516400
TEST=Ran a FAFT test to checked this change not affect others.

Change-Id: I7f54d6fc28172f7877226a13fa3d6cffac14b01a
Reviewed-on: https://chromium-review.googlesource.com/290326
Commit-Ready: Wai-Hong Tam <waihong@chromium.org>
Tested-by: Wai-Hong Tam <waihong@chromium.org>
Reviewed-by: danny chan <dchan@chromium.org>
5 files changed