dsconfig interface change -M -Z to -m -z for units
| | |
| | | 'propertyType' : 'publisher', |
| | | 'propertyName' : 'File-Based Access Logger', |
| | | 'attributeName' : 'time-interval', |
| | | 'extraParams' : '-M s', |
| | | 'extraParams' : '-m s', |
| | | 'expectedAttributeValue' : '180 s' |
| | | } |
| | | </call> |
| | |
| | | 'propertyType' : 'policy', |
| | | 'propertyName' : 'my time rotation policy', |
| | | 'attributeName' : 'rotation-interval', |
| | | 'extraParams' : '-M d', |
| | | 'extraParams' : '-m d', |
| | | 'expectedAttributeValue' : '3 d' |
| | | } |
| | | </call> |
| | |
| | | 'propertyType' : 'policy', |
| | | 'propertyName' : 'my time rotation policy', |
| | | 'attributeName' : 'rotation-interval', |
| | | 'extraParams' : '-M s', |
| | | 'extraParams' : '-m s', |
| | | 'expectedAttributeValue' : '3 s' |
| | | } |
| | | </call> |