Change of ECS to ICS in test env
[nonrtric.git] / test / simulator-group / ics / pv.yaml
similarity index 58%
rename from test/simulator-group/ecs/pv.yaml
rename to test/simulator-group/ics/pv.yaml
index ffccecc..3e9e285 100644 (file)
@@ -1,16 +1,16 @@
 apiVersion: v1
 kind: PersistentVolume
 metadata:
-  name: $ECS_DATA_PV_NAME
+  name: $ICS_DATA_PV_NAME
   labels:
-    run: $ECS_APP_NAME
-    autotest: ECS
+    run: $ICS_APP_NAME
+    autotest: ICS
 spec:
-  storageClassName: ecs-standard
+  storageClassName: ics-standard
   capacity:
     storage: 1Mi
   accessModes:
     - ReadWriteOnce
   persistentVolumeReclaimPolicy: Delete
   hostPath:
-    path: "/tmp/$ECS_PV_PATH"
+    path: "/tmp/$ICS_PV_PATH"