Commit 3af847d3ccb853ae1160cc1b901a8ba5a7f0ffab
1 parent
25b238a3
Exists in
dev
update obsconfig tests
Showing
3 changed files
with
6 additions
and
6 deletions
Show diff stats
src/core/pyros_django/obsconfig/fixtures/observatory_configuration_ko.yml
... | ... | @@ -102,7 +102,7 @@ OBSERVATORY: |
102 | 102 | path: ~ |
103 | 103 | |
104 | 104 | - AGENT: |
105 | - name: AgentSP | |
105 | + name: A_SCP_Manager | |
106 | 106 | computer: MainComputer |
107 | 107 | path: ~ |
108 | 108 | |
... | ... | @@ -112,7 +112,7 @@ OBSERVATORY: |
112 | 112 | path: ~ |
113 | 113 | |
114 | 114 | - AGENT: |
115 | - name: AgentM | |
115 | + name: A_EnvMonitor | |
116 | 116 | computer: MainComputer |
117 | 117 | path: ~ |
118 | 118 | ... | ... |
src/core/pyros_django/obsconfig/fixtures/observatory_configuration_ok_complex.yml
... | ... | @@ -105,7 +105,7 @@ OBSERVATORY: |
105 | 105 | path: ~ |
106 | 106 | |
107 | 107 | - AGENT: |
108 | - name: AgentSP | |
108 | + name: A_SCP_Manager | |
109 | 109 | computer: MainComputer |
110 | 110 | path: ~ |
111 | 111 | |
... | ... | @@ -115,7 +115,7 @@ OBSERVATORY: |
115 | 115 | path: ~ |
116 | 116 | |
117 | 117 | - AGENT: |
118 | - name: AgentM | |
118 | + name: A_SCP_Manager | |
119 | 119 | computer: MainComputer |
120 | 120 | path: ~ |
121 | 121 | ... | ... |
src/core/pyros_django/obsconfig/fixtures/observatory_configuration_ok_simple.yml
... | ... | @@ -102,7 +102,7 @@ OBSERVATORY: |
102 | 102 | path: ~ |
103 | 103 | |
104 | 104 | - AGENT: |
105 | - name: AgentSP | |
105 | + name: A_SCP_Manager | |
106 | 106 | computer: MainComputer |
107 | 107 | path: ~ |
108 | 108 | |
... | ... | @@ -112,7 +112,7 @@ OBSERVATORY: |
112 | 112 | path: ~ |
113 | 113 | |
114 | 114 | - AGENT: |
115 | - name: AgentM | |
115 | + name: A_EnvMonitor | |
116 | 116 | computer: MainComputer |
117 | 117 | path: ~ |
118 | 118 | ... | ... |