def test_collect_information_for_create(self):
        """Test case for avocado framework.

        case_name:
            Collect information and logs

        description:
            Collect basic information and logs from the instance.

        bugzilla_id:
            n/a

        polarion_id:
            n/a

        maintainer:
            [email protected]

        case_priority:
            0

        case_component:
            checkup

        key_steps:
            1. Deliver vm_check.sh to the instance
            2. Run vm_check.sh to collect information
            3. Deliver the test results to local

        pass_criteria:
            n/a
        """
        utils_alibaba.collect_information(self, 'create')
 def test_collect_information_for_restart(self):
     utils_alibaba.collect_information(self, 'restart')