This is an automatically generated e-mail. To reply, visit: http://reviewboard-openlmi.rhcloud.com/r/854/

src/account/test/testAccount.py (Diff revision 6)
88
            user = lams1.CreateAccount(Name=myuser, System=cs1)
89
            user = self.conn.root.cimv2.LMI_Account.first_instance(key="Name", value=myuser)
why is user initialized with lams and then replaced with Account instance?
Is this part of reproducer?

- Robin Hack


On September 13th, 2013, 10:49 a.m. UTC, Robin Hack wrote:

Review request for OpenLMI Developers.
By Robin Hack.

Updated Sept. 13, 2013, 10:49 a.m.

Repository: openlmi-providers

Description

Account: Added QA test for account provider.

Diffs

  • src/account/test/testAccount.py (PRE-CREATION)

View Diff