Imported Debian patch 4.0.5-6~numeezy
This commit is contained in:
committed by
Mario Fetka
parent
c44de33144
commit
10dfc9587b
@@ -18,17 +18,11 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
import six
|
||||
|
||||
from ipalib import errors, api, _
|
||||
from ipapython.dn import DN
|
||||
from ipatests.test_xmlrpc.xmlrpc_test import Declarative
|
||||
from ipatests.test_xmlrpc.test_user_plugin import get_user_result
|
||||
from ipatests.test_xmlrpc import objectclasses
|
||||
import pytest
|
||||
|
||||
if six.PY3:
|
||||
unicode = str
|
||||
|
||||
radius1 = u'testradius'
|
||||
radius1_fqdn = u'testradius.test'
|
||||
@@ -37,7 +31,6 @@ user1 = u'tuser1'
|
||||
password1 = u'very*secure123'
|
||||
|
||||
|
||||
@pytest.mark.tier1
|
||||
class test_raduisproxy(Declarative):
|
||||
|
||||
cleanup_commands = [
|
||||
|
||||
Reference in New Issue
Block a user