cfg-checker bench part 1

 - first single test debug portion
 - updated fio option extraction
 - updated date interaction
 - fixed agent error showing and handling

 Related-PROD: PROD-36669

Change-Id: I7c1014c01b5b84429f112bff8db5ad34944c4644
diff --git a/templates/cfgagent-template.yaml b/templates/cfgagent-template.yaml
new file mode 100644
index 0000000..bc64af8
--- /dev/null
+++ b/templates/cfgagent-template.yaml
@@ -0,0 +1,24 @@
+apiVersion: v1
+kind: Pod
+metadata:
+  name: cfgagent-xx
+  namespace: qa-space
+  labels:
+    name: cfgagent-xx
+spec:
+  containers:
+  - command:
+    - checker-agent
+    imagePullPolicy: IfNotPresent
+    name: cfgagent-pod
+    image: savex13/cfg-checker-agent:0.6
+    volumeMounts:
+    - mountPath: /cephvol
+      name: cfgagent-pv-placeholder
+  dnsPolicy: ClusterFirst
+  volumes:
+  - emptyDir: {}
+    name: pod-tmp
+  - name: cfgagent-pv-placeholder
+    persistentVolumeClaim:
+      claimName: cfgagent-pvc-placeholder