예제 #1
0
    def test_04_authkey(self):
        ACCOUNT = Account(user="******", group="capensis")

        authkey = ACCOUNT.get_authkey()
        if not authkey:
            raise Exception('Invalid authkey ... (%s)' % authkey)
예제 #2
0
파일: account.py 프로젝트: Anhmike/canopsis
    def test_04_authkey(self):
        ACCOUNT = Account(user="******", group="capensis")

        authkey = ACCOUNT.get_authkey()
        if not authkey:
            raise Exception('Invalid authkey ... (%s)' % authkey)