blob: e8649a211d9772d39c705e2aff158ac0d2c2287e [file] [log] [blame]
Richard Marian Thomaiyar708723e2019-06-15 01:04:41 +05301description: >
2 Implement to specify a special mode of operation
3
4properties:
5 - name: SpecialMode
6 type: enum[self.Modes]
7 description: >
8 The special mode.
9
10enumerations:
11 - name: Modes
12 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050013 Possible modes available.
Richard Marian Thomaiyar708723e2019-06-15 01:04:41 +053014 values:
Patrick Williams8da396c2022-03-14 14:21:02 -050015 - name: None
16 description: >
17 BMC is under normal working condition.
18 - name: Manufacturing
19 description: >
20 Indicate that BMC is in manufacturing mode
21 and is allowed to perform any manufacturing related
22 activity
23 - name: ValidationUnsecure
24 description: >
25 Indicate that BMC is in validation mode, and can
26 execute any special validation related commands