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

src/account/test/testAccount.py (Diff revision 7)
def test_modify_user(self):
def test_create_modify_user_in_loop_bz1001490(self):
88
            user = lams1.CreateAccount(Name=myuser, System=cs1)
88
            user = lams1.CreateAccount(Name=myuser, System=cs1)
89
            user = self.conn.root.cimv2.LMI_Account.first_instance(key="Name", value=myuser)
89
            user = self.conn.root.cimv2.LMI_Account.first_instance(key="Name", value=myuser)
User really exists? Where is some check?

- Robin Hack


On September 13th, 2013, 12:41 p.m. UTC, Robin Hack wrote:

Review request for OpenLMI Developers.
By Robin Hack.

Updated Sept. 13, 2013, 12:41 p.m.

Repository: openlmi-providers

Description

Account: Added QA test for account provider.

Diffs

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

View Diff