Commit ff9d6fc3 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

remove redis from config

parent 5be56e52
......@@ -36,8 +36,8 @@ class DFS:
print("Test all locations...", end="")
status_list = []
for loc in CONFIG.keys():
dfs_ip = CONFIG[loc]["dfs"]["CSST_DFS_GATEWAY"].split(":")[0]
dfs_port = int(CONFIG[loc]["dfs"]["CSST_DFS_GATEWAY"].split(":")[1])
dfs_ip = CONFIG[loc]["CSST_DFS_GATEWAY"].split(":")[0]
dfs_port = int(CONFIG[loc]["CSST_DFS_GATEWAY"].split(":")[1])
# redis_ip = CONFIG[loc]["redis"]["host"]
# redis_port = CONFIG[loc]["redis"]["port"]
this_dfs_status = check_port(dfs_ip, dfs_port, timeout=1)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment