autotest: Change pkcs11.py to use the renamed --action=pkcs11_is_user_token_ok

BUG=none
TEST=CQ

Cq-Depend: chromium:1969445
Change-Id: I0c4c8f037dc553b08c622828069e4d9a8ecb19a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/1969810
Tested-by: John L Chen <zuan@chromium.org>
Reviewed-by: Leo Lai <cylai@google.com>
Commit-Queue: John L Chen <zuan@chromium.org>
diff --git a/client/cros/pkcs11.py b/client/cros/pkcs11.py
index d4d1e92..d0fa01e 100644
--- a/client/cros/pkcs11.py
+++ b/client/cros/pkcs11.py
@@ -118,7 +118,7 @@
         logging.error('Expecting a single signed-in user with a token.')
         return False
 
-    verify_cmd = ('cryptohome --action=pkcs11_token_status')
+    verify_cmd = ('cryptohome --action=pkcs11_is_user_token_ok')
     __run_cmd(verify_cmd)
 
     verify_result = True