Update EE-UK and VZW Capability for 2016 Devices

Bug: 28914063
Change-Id: I35b4733ac074c59ca0789c8eacdc6a308dfa53f8
diff --git a/acts/framework/acts/test_utils/tel/tel_lookup_tables.py b/acts/framework/acts/test_utils/tel/tel_lookup_tables.py
index 1f77b16..d272737 100644
--- a/acts/framework/acts/test_utils/tel/tel_lookup_tables.py
+++ b/acts/framework/acts/test_utils/tel/tel_lookup_tables.py
@@ -584,6 +584,7 @@
     tel_defines.CARRIER_VZW: [tel_defines.CAPABILITY_PHONE,
                               tel_defines.CAPABILITY_OMADM,
                               tel_defines.CAPABILITY_VOLTE,
+                              tel_defines.CAPABILITY_WFC,
                               tel_defines.CAPABILITY_VT],
     tel_defines.CARRIER_ATT: [tel_defines.CAPABILITY_PHONE],
     tel_defines.CARRIER_TMO: [tel_defines.CAPABILITY_PHONE,
@@ -591,6 +592,8 @@
                               tel_defines.CAPABILITY_WFC,
                               tel_defines.CAPABILITY_VT],
     tel_defines.CARRIER_SPT: [tel_defines.CAPABILITY_PHONE],
-    tel_defines.CARRIER_EEUK: [tel_defines.CAPABILITY_PHONE],
+    tel_defines.CARRIER_EEUK: [tel_defines.CAPABILITY_PHONE,
+                              tel_defines.CAPABILITY_VOLTE,
+                              tel_defines.CAPABILITY_WFC],
     tel_defines.CARRIER_VFUK: [tel_defines.CAPABILITY_PHONE]
 }