http://defect.opensolaris.org/bz/show_bug.cgi?id=9011
Summary: Disabling an enm profile with wrong 'stop' property
should get the 'maintenance' state
Classification: Development
Product: nwam
Version: unspecified
Platform: ANY/Generic
OS/Version: All
Status: NEW
Status Whiteboard: nwam1-build:2009-05-14-nd
Severity: minor
Priority: P3
Component: CLI
AssignedTo: nwam-dev at opensolaris.org
ReportedBy: lizhong.li at sun.com
QAContact: nwam-dev at opensolaris.org
earthscience:exp# nwamcfg list enm myenm1
ENM:myenm1
activation-mode manual
start "/var/tmp/start_myenm1"
stop "/var/tmp/mytest"
enabled false
earthscience:exp# nwamadm enable myenm1
Enabling enm 'myenm1'
earthscience:exp# nwamadm list myenm1
TYPE PROFILE STATE
enm myenm1 online
earthscience:exp# nwamadm disable myenm1
Disabling enm 'myenm1'
earthscience:exp# nwamadm list myenm1
TYPE PROFILE STATE
enm myenm1 disabled
earthscience:exp#
earthscience:exp# ls /var/tmp/mytest
/var/tmp/mytest: No such file or directory
earthscience:exp# ls /var/tmp/start_myenm1
/var/tmp/start_myenm1
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.