-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21481/
-----------------------------------------------------------
Review request for cloudstack and Girish Shilamkar.
Bugs: CLOUDSTACK-6612
https://issues.apache.org/jira/browse/CLOUDSTACK-6612
Repository: cloudstack-git
Description
-------
The attribute "passwd" was wrongly accessed as "passd". That's why the password
of the database would always be passed as None.
With this change, correct password from config will be passed to the database.
Diffs
-----
tools/marvin/marvin/cloudstackTestClient.py 72ce7d3
Diff: https://reviews.apache.org/r/21481/diff/
Testing
-------
Yes.
Ran the test case mentioned in the bug which uses DB connection and it passed.
Test Create Egress rule and check the Firewall_Rules DB table ... === TestName:
test_04_1_egress_fr4 | Status : SUCCESS ===
ok
----------------------------------------------------------------------
Ran 1 test in 508.665s
OK
Thanks,
Gaurav Aradhye