示例#1
0
    def test_nc_transnational_specialline(self):

        base.use_specialline(True)
        changeRuleConf_step( 'rule-config_Transnational.xml')
        with allure.step('验证音视频功能'):
            send_flag, recv_flag, result = check_oc_av()
            assert result
示例#2
0
    def test_nc_oc_transnational_not_specialline(self):

        base.use_specialline(False)
        changeRuleConf_step( 'rule-config_Transnational.xml')
        with allure.step('验证音视频功能:NC->OC'):
            send_flag, recv_flag, result = check_nc2oc_av()
            assert result
        with allure.step('验证音视频功能:OC->NC'):
            send_flag, recv_flag, result = check_oc2nc_av()
            assert result