Change naming and veriy test-scheduler function
[bottlenecks.git] / test-scheduler / docker / server / clean.sh
similarity index 87%
rename from testing-scheduler/docker/server/clean.sh
rename to test-scheduler/docker/server/clean.sh
index 900326b..c79a78a 100644 (file)
@@ -1,17 +1,17 @@
-##############################################################################\r
-# Copyright (c) 2018 Huawei Technologies Co.,Ltd and others.\r
-#\r
-# All rights reserved. This program and the accompanying materials\r
-# are made available under the terms of the Apache License, Version 2.0\r
-# which accompanies this distribution, and is available at\r
-# http://www.apache.org/licenses/LICENSE-2.0\r
-##############################################################################\r
-\r
-group="x-lab"\r
-# server image name\r
-server_image="$group/testing-scheduler:server"\r
-# server container name\r
-server_container="t-scheduler-server"\r
-\r
-docker rm -f $server_container\r
-docker rmi $server_image
\ No newline at end of file
+##############################################################################
+# Copyright (c) 2018 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+group="x-lab"
+# server image name
+server_image="$group/test-scheduler:server"
+# server container name
+server_container="t-scheduler-server"
+
+docker rm -f $server_container
+docker rmi $server_image