[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973949#comment-13973949
 ] 

Chethan Krishnappa commented on CLOUDSTACK-6389:
------------------------------------------------

test_01_nic test under test_nic is tagged as basic mode test but when you see 
test_nic code and teardown section it says to skip the test if the networktype 
is basic.

In TestNic which is inherited by test_01_nic 
            if zone.networktype != 'Advanced':
                self.skipTest("Cannot run this test with a basic zone, please 
use advanced!")

and in teardown section in test_nic.py
if self.services['mode'] != 'Advanced':
            self.debug("Cannot run this test with a basic zone, please use 
advanced!")



> test__01_nic requires advanced zone but it tagged as basic test case
> --------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-6389
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6389
>             Project: CloudStack
>          Issue Type: Test
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Automation
>            Reporter: Chethan Krishnappa
>            Assignee: Santhosh Kumar Edukulla
>
> test_nic.py which is under smoke tests is tagged as basic mode test but test 
> runs only if the zone is advanced.
> if zone.networktype != 'Advanced':
>                 self.skipTest("Cannot run this test with a basic zone, please 
> use advanced!")



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to