grpc added service/events rpc tests
This commit is contained in:
parent
b15e525cc1
commit
7299abd64d
3 changed files with 246 additions and 10 deletions
|
@ -646,10 +646,10 @@ enum ServiceValidationMode {
|
|||
}
|
||||
|
||||
enum ServiceAction {
|
||||
START = 0;
|
||||
STOP = 1;
|
||||
RESTART = 2;
|
||||
VALIDATE = 3;
|
||||
SERVICE_START = 0;
|
||||
SERVICE_STOP = 1;
|
||||
SERVICE_RESTART = 2;
|
||||
SERVICE_VALIDATE = 3;
|
||||
}
|
||||
|
||||
enum MobilityAction {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue