You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Gaurav Aradhye (JIRA)" <ji...@apache.org> on 2015/04/24 10:19:38 UTC

[jira] [Updated] (CLOUDSTACK-8394) Use decorators to skip test case depending on class variables set in setUpClass

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-8394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gaurav Aradhye updated CLOUDSTACK-8394:
---------------------------------------
    Summary: Use decorators to skip test case depending on class variables set in setUpClass  (was: Move skip test part from setUpClass to individual test case)

> Use decorators to skip test case depending on class variables set in setUpClass
> -------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-8394
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8394
>             Project: CloudStack
>          Issue Type: Test
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Automation
>    Affects Versions: Future
>            Reporter: Gaurav Aradhye
>            Assignee: Gaurav Aradhye
>              Labels: automation
>             Fix For: Future
>
>
> When the tests are skipped through setUpClass, the statement "raise unittest.SkipTest()" is used. This is seen as exception in the logs. To avoid this, alternatively we can set class level variable in setUpClass in setUpClass and read it in setUp() method and skip test case accordingly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)