proto: Add UFS service for skyalb_local_state tool.

BUG=chromium:1064077
TEST=None

Change-Id: I1f003f3ce03298cbf19f9dbfae871cbd62b3e94c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/proto/+/2374306
Tested-by: Otabek Kasimov <otabek@google.com>
Commit-Queue: Prathmesh Prabhu <pprabhu@google.com>
Auto-Submit: Otabek Kasimov <otabek@google.com>
Reviewed-by: Jared Loucks <jaredloucks@google.com>
Reviewed-by: Prathmesh Prabhu <pprabhu@google.com>
diff --git a/go/test_platform/skylab_local_state/common.pb.go b/go/test_platform/skylab_local_state/common.pb.go
index 3b1b1ed..5557972 100644
--- a/go/test_platform/skylab_local_state/common.pb.go
+++ b/go/test_platform/skylab_local_state/common.pb.go
@@ -27,7 +27,9 @@
 	// Autotest directory on the drone, e.g. "/usr/local/autotest".
 	AutotestDir string `protobuf:"bytes,2,opt,name=autotest_dir,json=autotestDir,proto3" json:"autotest_dir,omitempty"`
 	// Inventory V2 service host, e.g. cros-lab-inventory.appspot.com.
-	CrosInventoryService string   `protobuf:"bytes,3,opt,name=cros_inventory_service,json=crosInventoryService,proto3" json:"cros_inventory_service,omitempty"`
+	CrosInventoryService string `protobuf:"bytes,3,opt,name=cros_inventory_service,json=crosInventoryService,proto3" json:"cros_inventory_service,omitempty"`
+	// Unified Fleet System service host, e.g. ufs.api.cr.dev.
+	CrosUfsService       string   `protobuf:"bytes,4,opt,name=cros_ufs_service,json=crosUfsService,proto3" json:"cros_ufs_service,omitempty"`
 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 	XXX_unrecognized     []byte   `json:"-"`
 	XXX_sizecache        int32    `json:"-"`
@@ -79,6 +81,13 @@
 	return ""
 }
 
+func (m *Config) GetCrosUfsService() string {
+	if m != nil {
+		return m.CrosUfsService
+	}
+	return ""
+}
+
 func init() {
 	proto.RegisterType((*Config)(nil), "test_platform.skylab_local_state.Config")
 }
@@ -88,19 +97,20 @@
 }
 
 var fileDescriptor_484976b1b807e36b = []byte{
-	// 212 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xb1, 0x4a, 0xc5, 0x30,
-	0x14, 0x86, 0xa9, 0xc2, 0x05, 0xe3, 0x75, 0x09, 0x22, 0x77, 0xac, 0xba, 0xb8, 0x98, 0x0c, 0xfa,
-	0x04, 0xea, 0xa2, 0x38, 0xe9, 0xe6, 0x12, 0xd2, 0x34, 0x8d, 0x07, 0x93, 0x9c, 0x72, 0x72, 0x5a,
-	0xe8, 0x0b, 0xf8, 0xdc, 0x62, 0xb4, 0x82, 0x38, 0x38, 0xe6, 0xfb, 0x3f, 0x3e, 0xc8, 0x11, 0x97,
-	0xec, 0x0b, 0x9b, 0x31, 0x5a, 0x1e, 0x90, 0x92, 0x2e, 0x6f, 0x4b, 0xb4, 0x9d, 0x89, 0xe8, 0x6c,
-	0x34, 0x85, 0x2d, 0x7b, 0xed, 0x30, 0x25, 0xcc, 0x6a, 0x24, 0x64, 0x94, 0xed, 0x2f, 0x5d, 0xfd,
-	0xd5, 0xcf, 0xde, 0x1b, 0xb1, 0xb9, 0xc5, 0x3c, 0x40, 0x90, 0xe7, 0xe2, 0xc8, 0xf6, 0x09, 0xb2,
-	0x29, 0x9e, 0x66, 0x70, 0x7e, 0xd7, 0xb4, 0xcd, 0xc5, 0xc1, 0xd3, 0xb6, 0xc2, 0xe7, 0x2f, 0x26,
-	0x4f, 0xc5, 0xd6, 0x4e, 0x8c, 0xb5, 0xdb, 0x03, 0xed, 0xf6, 0xaa, 0x73, 0xb8, 0xb2, 0x3b, 0x20,
-	0x79, 0x2d, 0x4e, 0x1c, 0x61, 0x31, 0x90, 0x67, 0x9f, 0x19, 0x69, 0xf9, 0x09, 0xee, 0x57, 0xf9,
-	0xf8, 0x73, 0xbd, 0x5f, 0xc7, 0xef, 0xf0, 0xcd, 0xe3, 0xcb, 0x43, 0x40, 0xe5, 0x5e, 0x09, 0x13,
-	0x4c, 0x49, 0x21, 0x05, 0xbd, 0x3e, 0xb0, 0x68, 0xc8, 0x03, 0x59, 0x5d, 0x3f, 0xa5, 0x03, 0xea,
-	0xff, 0xae, 0xd0, 0x6d, 0xaa, 0x7a, 0xf5, 0x11, 0x00, 0x00, 0xff, 0xff, 0xf0, 0xab, 0x77, 0xdf,
-	0x30, 0x01, 0x00, 0x00,
+	// 232 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0xd0, 0xc1, 0x4a, 0x03, 0x31,
+	0x10, 0x06, 0x60, 0x56, 0xa5, 0x60, 0xac, 0x22, 0x8b, 0x48, 0x8f, 0x55, 0x2f, 0xbd, 0xb8, 0x39,
+	0xe8, 0x13, 0xa8, 0x17, 0xc5, 0x93, 0xe2, 0xc5, 0x4b, 0x48, 0xd3, 0x64, 0x1d, 0xdc, 0x64, 0xca,
+	0xcc, 0x6c, 0xa1, 0x6f, 0xe5, 0x23, 0x4a, 0x47, 0xb7, 0x20, 0x1e, 0x7a, 0xcc, 0xff, 0x7f, 0xf9,
+	0x21, 0x31, 0xd7, 0x12, 0x59, 0xdc, 0xb2, 0xf3, 0x92, 0x90, 0xb2, 0xe5, 0xcf, 0x75, 0xe7, 0xe7,
+	0xae, 0xc3, 0xe0, 0x3b, 0xc7, 0xe2, 0x25, 0xda, 0x80, 0x39, 0x63, 0x69, 0x96, 0x84, 0x82, 0xf5,
+	0xf4, 0x0f, 0x6f, 0xfe, 0xf3, 0xcb, 0xaf, 0xca, 0x8c, 0xee, 0xb1, 0x24, 0x68, 0xeb, 0x2b, 0x73,
+	0xec, 0x17, 0x19, 0x8a, 0xe3, 0x48, 0x2b, 0x08, 0x71, 0x52, 0x4d, 0xab, 0xd9, 0xe1, 0xcb, 0x58,
+	0xc3, 0xd7, 0x9f, 0xac, 0xbe, 0x30, 0x63, 0xdf, 0x0b, 0xea, 0xee, 0x02, 0x68, 0xb2, 0xa7, 0xe6,
+	0x68, 0xc8, 0x1e, 0x80, 0xea, 0x5b, 0x73, 0x1e, 0x08, 0xd9, 0x41, 0x59, 0xc5, 0x22, 0x48, 0xeb,
+	0xed, 0xe0, 0xbe, 0xe2, 0xb3, 0x4d, 0xfb, 0x38, 0x94, 0xc3, 0xf0, 0xcc, 0x9c, 0xea, 0xad, 0x3e,
+	0xf1, 0xd6, 0x1f, 0xa8, 0x3f, 0xd9, 0xe4, 0x6f, 0x89, 0x7f, 0xe5, 0xdd, 0xf3, 0xfb, 0x53, 0x8b,
+	0x4d, 0xf8, 0x20, 0xcc, 0xd0, 0xe7, 0x06, 0xa9, 0xb5, 0xc3, 0x01, 0xd9, 0x42, 0x49, 0xe4, 0xad,
+	0x3e, 0xdf, 0xb6, 0x68, 0x77, 0xfd, 0xd7, 0x7c, 0xa4, 0xf4, 0xe6, 0x3b, 0x00, 0x00, 0xff, 0xff,
+	0x01, 0x3b, 0xca, 0x40, 0x5a, 0x01, 0x00, 0x00,
 }
diff --git a/go/test_platform/skylab_test_runner/config.pb.go b/go/test_platform/skylab_test_runner/config.pb.go
index bbad597..cee620e 100644
--- a/go/test_platform/skylab_test_runner/config.pb.go
+++ b/go/test_platform/skylab_test_runner/config.pb.go
@@ -94,7 +94,9 @@
 	// Admin service host, e.g. foo.appspot.com.
 	AdminService string `protobuf:"bytes,1,opt,name=admin_service,json=adminService,proto3" json:"admin_service,omitempty"`
 	// Inventory V2 service host, e.g. cros-lab-inventory.appspot.com.
-	CrosInventoryService string   `protobuf:"bytes,2,opt,name=cros_inventory_service,json=crosInventoryService,proto3" json:"cros_inventory_service,omitempty"`
+	CrosInventoryService string `protobuf:"bytes,2,opt,name=cros_inventory_service,json=crosInventoryService,proto3" json:"cros_inventory_service,omitempty"`
+	// Unified Fleet System service host, e.g. ufs.api.cr.dev.
+	CrosUfsService       string   `protobuf:"bytes,3,opt,name=cros_ufs_service,json=crosUfsService,proto3" json:"cros_ufs_service,omitempty"`
 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 	XXX_unrecognized     []byte   `json:"-"`
 	XXX_sizecache        int32    `json:"-"`
@@ -139,6 +141,13 @@
 	return ""
 }
 
+func (m *Config_Lab) GetCrosUfsService() string {
+	if m != nil {
+		return m.CrosUfsService
+	}
+	return ""
+}
+
 // Harness defines configuration parameters related to the test harness
 // (autotest, tast, etc).
 type Config_Harness struct {
@@ -317,34 +326,36 @@
 }
 
 var fileDescriptor_b2c5f9be4f684081 = []byte{
-	// 464 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xc1, 0x6f, 0xd3, 0x30,
-	0x14, 0xc6, 0xd5, 0x95, 0xb5, 0xea, 0xeb, 0x90, 0x26, 0x53, 0xa0, 0xea, 0x01, 0x0d, 0xb8, 0xec,
-	0xc0, 0x92, 0x09, 0x10, 0xe2, 0xc4, 0x61, 0x4c, 0xc0, 0xa6, 0x8a, 0x4d, 0xe9, 0x0d, 0x09, 0x19,
-	0x3b, 0x71, 0x52, 0x8f, 0xc4, 0x2f, 0xf2, 0xb3, 0x37, 0xf5, 0x0f, 0xe4, 0xc2, 0x5f, 0x85, 0x6a,
-	0x27, 0x08, 0xc4, 0x61, 0xe3, 0xe8, 0xf7, 0xfb, 0xbe, 0xcf, 0x79, 0x5f, 0x64, 0x38, 0x72, 0x8a,
-	0x1c, 0x6f, 0x6b, 0xe1, 0x4a, 0xb4, 0x4d, 0x4a, 0xdf, 0x37, 0xb5, 0x90, 0x3c, 0x0c, 0xad, 0x37,
-	0x46, 0xd9, 0x34, 0x47, 0x53, 0xea, 0x2a, 0x69, 0x2d, 0x3a, 0x64, 0x07, 0x7f, 0xc9, 0x93, 0x7f,
-	0xe5, 0xcf, 0x7e, 0xee, 0xc2, 0xe8, 0x7d, 0xb0, 0xb0, 0x77, 0x30, 0xac, 0x85, 0x9c, 0x0f, 0x0e,
-	0x06, 0x87, 0xd3, 0x97, 0x2f, 0x92, 0xdb, 0xac, 0x49, 0xb4, 0x25, 0x4b, 0x21, 0xb3, 0xad, 0x91,
-	0x9d, 0xc3, 0x78, 0x2d, 0xac, 0x51, 0x44, 0xf3, 0x9d, 0x90, 0x71, 0x7c, 0xe7, 0x8c, 0x4f, 0xd1,
-	0x97, 0xf5, 0x01, 0xec, 0x23, 0x8c, 0xd0, 0xbb, 0xd6, 0xbb, 0xf9, 0x30, 0x44, 0xa5, 0x77, 0x8e,
-	0xba, 0x08, 0xb6, 0xac, 0xb3, 0xb3, 0xaf, 0xc0, 0xac, 0x22, 0x5f, 0x3b, 0x5e, 0xd6, 0x78, 0xc3,
-	0x5b, 0x2f, 0xc9, 0xcb, 0xf9, 0xbd, 0xff, 0x0c, 0xbd, 0xf4, 0x72, 0xe5, 0x65, 0xb6, 0x1f, 0xa3,
-	0x3e, 0xd4, 0x78, 0x73, 0x19, 0x82, 0x16, 0xdf, 0x60, 0xb8, 0x14, 0x92, 0x3d, 0x87, 0xfb, 0xa2,
-	0x68, 0xb4, 0xe1, 0xa4, 0xec, 0xb5, 0xce, 0x55, 0x28, 0x71, 0x92, 0xed, 0x85, 0xe1, 0x2a, 0xce,
-	0xd8, 0x6b, 0x78, 0x94, 0x5b, 0x24, 0xae, 0xcd, 0xb5, 0x32, 0x0e, 0xed, 0xe6, 0xb7, 0x7a, 0x27,
-	0xa8, 0x67, 0x5b, 0x7a, 0xd6, 0xc3, 0xce, 0xb5, 0xf8, 0x31, 0x80, 0x71, 0x57, 0x0f, 0x7b, 0x0a,
-	0x7b, 0xc2, 0x3b, 0x0c, 0x1f, 0x58, 0x68, 0xdb, 0xdd, 0x32, 0xed, 0x67, 0xa7, 0xda, 0xb2, 0x63,
-	0x98, 0xd1, 0xc6, 0xe4, 0x6b, 0x8e, 0x65, 0x59, 0xa3, 0x28, 0x38, 0x79, 0xb9, 0x95, 0xc6, 0x2b,
-	0x58, 0x60, 0x17, 0x11, 0xad, 0x02, 0x61, 0x47, 0xf0, 0x80, 0xa8, 0xe5, 0x52, 0x90, 0xe2, 0xba,
-	0x11, 0x95, 0xe2, 0x46, 0x34, 0x2a, 0xf4, 0x3e, 0xc9, 0xf6, 0x89, 0xda, 0x13, 0x41, 0xea, 0x6c,
-	0x0b, 0x3e, 0x8b, 0x46, 0xb1, 0x37, 0xf0, 0xb8, 0xb5, 0xea, 0x0a, 0x25, 0x2f, 0x94, 0x28, 0x6a,
-	0x6d, 0x14, 0x27, 0x95, 0xa3, 0x29, 0x28, 0xb4, 0x3a, 0xcc, 0x1e, 0x46, 0x7c, 0xda, 0xd1, 0x55,
-	0x84, 0x8b, 0x43, 0x18, 0xc5, 0x5f, 0xc3, 0x9e, 0xc0, 0xb4, 0x22, 0x6e, 0x11, 0xff, 0x5c, 0x62,
-	0x52, 0x51, 0x86, 0xb8, 0x5d, 0x61, 0xf1, 0x16, 0x46, 0xb1, 0x6f, 0x36, 0x87, 0x71, 0x6b, 0xf1,
-	0x4a, 0xe5, 0xae, 0x53, 0xf5, 0x47, 0x36, 0x83, 0x5d, 0x87, 0xad, 0xce, 0xbb, 0xbd, 0xe2, 0xe1,
-	0x64, 0xf9, 0xe5, 0xbc, 0xc2, 0x24, 0x5f, 0x5b, 0x6c, 0xb4, 0x6f, 0x12, 0xb4, 0x55, 0xda, 0x1f,
-	0x90, 0x52, 0x6d, 0x4a, 0x2b, 0xd2, 0xf0, 0x30, 0xd2, 0x0a, 0xd3, 0xdb, 0x5e, 0x92, 0x1c, 0x05,
-	0xe9, 0xab, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x16, 0x95, 0x23, 0xfc, 0x74, 0x03, 0x00, 0x00,
+	// 483 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xc1, 0x6e, 0xd4, 0x3e,
+	0x10, 0xc6, 0xb5, 0xdd, 0x7f, 0xb3, 0xaa, 0xb7, 0x7f, 0xb4, 0x32, 0x0b, 0x44, 0x7b, 0x40, 0x05,
+	0x2e, 0x7b, 0xa0, 0x49, 0x05, 0x08, 0x71, 0xe2, 0x50, 0x2a, 0xa0, 0xd5, 0x8a, 0x56, 0x59, 0x71,
+	0x41, 0x42, 0x96, 0x9d, 0x38, 0x59, 0x97, 0xc4, 0x13, 0x79, 0xec, 0x56, 0xfb, 0x0a, 0xbc, 0x17,
+	0x8f, 0xc4, 0x1d, 0xc5, 0x4e, 0x2a, 0x10, 0x87, 0x96, 0xe3, 0xcc, 0xf7, 0xfb, 0x3e, 0xcd, 0x78,
+	0x64, 0x72, 0x68, 0x25, 0x5a, 0xd6, 0xd6, 0xdc, 0x96, 0x60, 0x9a, 0x14, 0xbf, 0x6d, 0x6b, 0x2e,
+	0x98, 0x6f, 0x1a, 0xa7, 0xb5, 0x34, 0x69, 0x0e, 0xba, 0x54, 0x55, 0xd2, 0x1a, 0xb0, 0x40, 0x0f,
+	0xfe, 0xc0, 0x93, 0xbf, 0xf1, 0xa7, 0x3f, 0x77, 0x49, 0xf4, 0xce, 0x5b, 0xe8, 0x5b, 0x32, 0xae,
+	0xb9, 0x88, 0x47, 0x07, 0xa3, 0xe5, 0xf4, 0xc5, 0xf3, 0xe4, 0x36, 0x6b, 0x12, 0x6c, 0xc9, 0x8a,
+	0x8b, 0xac, 0x33, 0xd2, 0x33, 0x32, 0xd9, 0x70, 0xa3, 0x25, 0x62, 0xbc, 0xe3, 0x33, 0x8e, 0xee,
+	0x9c, 0xf1, 0x31, 0xf8, 0xb2, 0x21, 0x80, 0x7e, 0x20, 0x11, 0x38, 0xdb, 0x3a, 0x1b, 0x8f, 0x7d,
+	0x54, 0x7a, 0xe7, 0xa8, 0x73, 0x6f, 0xcb, 0x7a, 0x3b, 0xfd, 0x4a, 0xa8, 0x91, 0xe8, 0x6a, 0xcb,
+	0xca, 0x1a, 0xae, 0x59, 0xeb, 0x04, 0x3a, 0x11, 0xff, 0xf7, 0x8f, 0xa1, 0x17, 0x4e, 0xac, 0x9d,
+	0xc8, 0x66, 0x21, 0xea, 0x7d, 0x0d, 0xd7, 0x17, 0x3e, 0x68, 0xf1, 0x7d, 0x44, 0xc6, 0x2b, 0x2e,
+	0xe8, 0x33, 0xf2, 0x3f, 0x2f, 0x1a, 0xa5, 0x19, 0x4a, 0x73, 0xa5, 0x72, 0xe9, 0x5f, 0x71, 0x2f,
+	0xdb, 0xf7, 0xcd, 0x75, 0xe8, 0xd1, 0x57, 0xe4, 0x61, 0x6e, 0x00, 0x99, 0xd2, 0x57, 0x52, 0x5b,
+	0x30, 0xdb, 0x1b, 0x7a, 0xc7, 0xd3, 0xf3, 0x4e, 0x3d, 0x1d, 0xc4, 0xc1, 0xb5, 0x24, 0x33, 0xef,
+	0x72, 0x25, 0xde, 0xf0, 0x63, 0xcf, 0xdf, 0xeb, 0xfa, 0x9f, 0x4b, 0xec, 0xc9, 0xc5, 0x8f, 0x11,
+	0x99, 0xf4, 0x2f, 0x49, 0x9f, 0x90, 0x7d, 0xee, 0x2c, 0xf8, 0x5d, 0x0a, 0x65, 0xfa, 0x79, 0xa6,
+	0x43, 0xef, 0x44, 0x19, 0x7a, 0x44, 0xe6, 0xb8, 0xd5, 0xf9, 0x86, 0x41, 0x59, 0xd6, 0xc0, 0x0b,
+	0x86, 0x4e, 0x74, 0x68, 0x18, 0x86, 0x7a, 0xed, 0x3c, 0x48, 0x6b, 0xaf, 0xd0, 0x43, 0x72, 0x1f,
+	0xb1, 0x65, 0x82, 0xa3, 0x64, 0xaa, 0xe1, 0x95, 0x64, 0x9a, 0x37, 0xc3, 0x34, 0x33, 0xc4, 0xf6,
+	0x98, 0xa3, 0x3c, 0xed, 0x84, 0x4f, 0xbc, 0x91, 0xf4, 0x35, 0x79, 0xd4, 0x1a, 0x79, 0x09, 0x82,
+	0x15, 0x92, 0x17, 0xb5, 0xd2, 0x92, 0xa1, 0xcc, 0x41, 0x17, 0xe8, 0x0f, 0x30, 0xce, 0x1e, 0x04,
+	0xf9, 0xa4, 0x57, 0xd7, 0x41, 0x5c, 0x2c, 0x49, 0x14, 0xae, 0x48, 0x1f, 0x93, 0x69, 0x85, 0xcc,
+	0x00, 0xfc, 0xbe, 0xc4, 0x5e, 0x85, 0x19, 0x40, 0xb7, 0xc2, 0xe2, 0x0d, 0x89, 0xc2, 0x69, 0x68,
+	0x4c, 0x26, 0xad, 0x81, 0x4b, 0x99, 0xdb, 0x9e, 0x1a, 0x4a, 0x3a, 0x27, 0xbb, 0x16, 0x5a, 0x95,
+	0xf7, 0x7b, 0x85, 0xe2, 0x78, 0xf5, 0xe5, 0xac, 0x82, 0x24, 0xdf, 0x18, 0x68, 0x94, 0x6b, 0x12,
+	0x30, 0x55, 0x3a, 0x14, 0x80, 0xa9, 0xd2, 0xa5, 0xe1, 0xa9, 0xff, 0x43, 0x69, 0x05, 0xe9, 0x6d,
+	0x9f, 0x4e, 0x44, 0x1e, 0x7d, 0xf9, 0x2b, 0x00, 0x00, 0xff, 0xff, 0xed, 0x59, 0xfc, 0x2e, 0x9f,
+	0x03, 0x00, 0x00,
 }
diff --git a/src/test_platform/skylab_local_state/common.proto b/src/test_platform/skylab_local_state/common.proto
index ab93f6e..9308f43 100644
--- a/src/test_platform/skylab_local_state/common.proto
+++ b/src/test_platform/skylab_local_state/common.proto
@@ -18,5 +18,8 @@
 
   // Inventory V2 service host, e.g. cros-lab-inventory.appspot.com.
   string cros_inventory_service = 3;
+
+  // Unified Fleet System service host, e.g. ufs.api.cr.dev.
+  string cros_ufs_service = 4;
 }
 
diff --git a/src/test_platform/skylab_test_runner/config.proto b/src/test_platform/skylab_test_runner/config.proto
index 7509811..9ad6999 100644
--- a/src/test_platform/skylab_test_runner/config.proto
+++ b/src/test_platform/skylab_test_runner/config.proto
@@ -18,6 +18,9 @@
 
     // Inventory V2 service host, e.g. cros-lab-inventory.appspot.com.
     string cros_inventory_service = 2;
+
+    // Unified Fleet System service host, e.g. ufs.api.cr.dev.
+    string cros_ufs_service = 3;
   }
 
   // Harness defines configuration parameters related to the test harness