File tree 3 files changed +9
-9
lines changed
pkg/command/share/remote-command
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ Do check... 100% [==============================================================
68
68
+-----+----------------+----------------+-----------+-----------+
69
69
| S/N | SRC NODE NAME | DST NODE NAME | TARGET IP | RESULT |
70
70
+-----+----------------+----------------+-----------+-----------+
71
- | 1 | ecs-net-dr-001 | ecs-net-dr-001 | 10.0.1.86 | SUCCESSED |
72
- | 2 | ecs-net-dr-002 | ecs-net-dr-002 | 10.0.2.29 | SUCCESSED |
71
+ | 1 | ecs-net-dr-001 | ecs-net-dr-001 | 10.0.1.86 | SUCCEEDED |
72
+ | 2 | ecs-net-dr-002 | ecs-net-dr-002 | 10.0.2.29 | SUCCEEDED |
73
73
+-----+----------------+----------------+-----------+-----------+
74
74
75
75
+-----+----------------+----------------+-----------+-----------+-------------------------------+
@@ -132,8 +132,8 @@ Do check... 100% [==============================================================
132
132
+-----+----------------+----------------+-----------+-----------+
133
133
| S/N | SRC NODE NAME | DST NODE NAME | TARGET IP | RESULT |
134
134
+-----+----------------+----------------+-----------+-----------+
135
- | 1 | ecs-net-dr-002 | ecs-net-dr-001 | 10.0.1.86 | SUCCESSED |
136
- | 2 | ecs-net-dr-001 | ecs-net-dr-002 | 10.0.2.29 | SUCCESSED |
135
+ | 1 | ecs-net-dr-002 | ecs-net-dr-001 | 10.0.1.86 | SUCCEEDED |
136
+ | 2 | ecs-net-dr-001 | ecs-net-dr-002 | 10.0.2.29 | SUCCEEDED |
137
137
+-----+----------------+----------------+-----------+-----------+
138
138
````
139
139
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ Do check... 100% [==============================================================
67
67
+-----+----------------+----------------+-----------+-----------+
68
68
| S/N | SRC NODE NAME | DST NODE NAME | TARGET IP | RESULT |
69
69
+-----+----------------+----------------+-----------+-----------+
70
- | 1 | ecs-net-dr-001 | ecs-net-dr-001 | 10.0.1.86 | SUCCESSED |
71
- | 2 | ecs-net-dr-002 | ecs-net-dr-002 | 10.0.2.29 | SUCCESSED |
70
+ | 1 | ecs-net-dr-001 | ecs-net-dr-001 | 10.0.1.86 | SUCCEEDED |
71
+ | 2 | ecs-net-dr-002 | ecs-net-dr-002 | 10.0.2.29 | SUCCEEDED |
72
72
+-----+----------------+----------------+-----------+-----------+
73
73
74
74
+-----+----------------+----------------+-----------+-----------+-------------------------------+
@@ -130,8 +130,8 @@ Do check... 100% [==============================================================
130
130
+-----+----------------+----------------+-----------+-----------+
131
131
| S/N | SRC NODE NAME | DST NODE NAME | TARGET IP | RESULT |
132
132
+-----+----------------+----------------+-----------+-----------+
133
- | 1 | ecs-net-dr-002 | ecs-net-dr-001 | 10.0.1.86 | SUCCESSED |
134
- | 2 | ecs-net-dr-001 | ecs-net-dr-002 | 10.0.2.29 | SUCCESSED |
133
+ | 1 | ecs-net-dr-002 | ecs-net-dr-001 | 10.0.1.86 | SUCCEEDED |
134
+ | 2 | ecs-net-dr-001 | ecs-net-dr-002 | 10.0.2.29 | SUCCEEDED |
135
135
+-----+----------------+----------------+-----------+-----------+
136
136
````
137
137
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ func PrintStatus(status int) string {
35
35
return "EXCEPTION"
36
36
}
37
37
if status == CommandSuccessed {
38
- return "SUCCESSED "
38
+ return "SUCCEEDED "
39
39
}
40
40
if status == CommandFailed {
41
41
return "FAILED"
You can’t perform that action at this time.
0 commit comments