Comment 3 for bug 992167

Revision history for this message
Rajalakshmi Ganesan (rajalakshmi-ganesan) wrote :

Nosetests log:

[muralik@openstack27 ~/tempest_17may/tempest/tempest/tests]$nosetests -sv test_authorization.py
A change password request for another user's server should fail ... ok
A create image request for another user's server should fail ... ok
A create security group request should fail if the tenant id does not ... ok
A create security group rule request should fail if the tenant id ... ok
A create server request should fail if the tenant id does not match ... ok
Server creation with another user's image should fail ... ok
A DELETE request for another user's security group should fail ... ok
A DELETE request for another user's security group rule ... SKIP: Skipped until the Bug #1001118 is resolved
A DELETE request for another user's server should fail ... ok
A GET request for another user's security group should fail ... ok
A GET request for a server on another user's account should fail ... ok
A list address/network request for another user's server should fail ... ok
A list addresses request for another user's server should fail ... ok
A reboot request for another user's server should fail ... ok
A rebuild request for another user's server should fail ... ok
A resize request for another user's server should fail ... ok
An update server request for another user's server should fail ... ok
----------------------------------------------------------------------
Ran 17 tests in 33.279s

OK (SKIP=1)
[muralik@openstack27 ~/tempest_17may/tempest/tempest/tests]$nosetests -sv test_security_groups.py
Negative test:Deletion of a Security Group with out passing ID ... ok

----------------------------------------------------------------------
Ran 1 test in 0.103s

OK

PEP8 LOG:
[muralik@openstack27 ~/tempest_17may/tempest/tempest/tests]$pep8 test_authorization.py
[muralik@openstack27 ~/tempest_17may/tempest/tempest/tests]$pep8 test_security_groups.py
[muralik@openstack27 ~/tempest_17may/tempest/tempest/tests]$