mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-17 01:52:02 +00:00
lisk: enable tests for t1 (xfail)
This commit is contained in:
parent
f968d68651
commit
144c8c1f5b
@ -25,7 +25,7 @@ LISK_PATH = parse_path("m/44h/134h/0h/1h")
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.lisk
|
@pytest.mark.lisk
|
||||||
@pytest.mark.skip_t1
|
@pytest.mark.xfail(TREZOR_VERSION == 1, reason="waiting for PR#351")
|
||||||
class TestMsgLiskGetaddress(TrezorTest):
|
class TestMsgLiskGetaddress(TrezorTest):
|
||||||
def test_lisk_getaddress(self):
|
def test_lisk_getaddress(self):
|
||||||
self.setup_mnemonic_nopin_nopassphrase()
|
self.setup_mnemonic_nopin_nopassphrase()
|
||||||
|
@ -27,7 +27,7 @@ LISK_PATH = parse_path("m/44h/134h/0h/0h")
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.lisk
|
@pytest.mark.lisk
|
||||||
@pytest.mark.skip_t1
|
@pytest.mark.xfail(TREZOR_VERSION == 1, reason="waiting for PR#351")
|
||||||
class TestMsgLiskGetPublicKey(TrezorTest):
|
class TestMsgLiskGetPublicKey(TrezorTest):
|
||||||
def test_lisk_get_public_key(self):
|
def test_lisk_get_public_key(self):
|
||||||
self.setup_mnemonic_nopin_nopassphrase()
|
self.setup_mnemonic_nopin_nopassphrase()
|
||||||
|
@ -27,7 +27,7 @@ LISK_PATH = parse_path("m/44h/134h/0h/0h")
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.lisk
|
@pytest.mark.lisk
|
||||||
@pytest.mark.skip_t1
|
@pytest.mark.xfail(TREZOR_VERSION == 1, reason="waiting for PR#351")
|
||||||
class TestMsgLiskSignmessage(TrezorTest):
|
class TestMsgLiskSignmessage(TrezorTest):
|
||||||
def test_sign(self):
|
def test_sign(self):
|
||||||
self.setup_mnemonic_nopin_nopassphrase()
|
self.setup_mnemonic_nopin_nopassphrase()
|
||||||
|
@ -29,7 +29,7 @@ PUBLIC_KEY = unhexlify(
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.lisk
|
@pytest.mark.lisk
|
||||||
@pytest.mark.skip_t1
|
@pytest.mark.xfail(TREZOR_VERSION == 1, reason="waiting for PR#351")
|
||||||
class TestMsgLiskSignTx(TrezorTest):
|
class TestMsgLiskSignTx(TrezorTest):
|
||||||
def test_lisk_sign_tx_send(self):
|
def test_lisk_sign_tx_send(self):
|
||||||
self.setup_mnemonic_nopin_nopassphrase()
|
self.setup_mnemonic_nopin_nopassphrase()
|
||||||
|
@ -24,7 +24,7 @@ from .common import TrezorTest
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.lisk
|
@pytest.mark.lisk
|
||||||
@pytest.mark.skip_t1
|
@pytest.mark.xfail(TREZOR_VERSION == 1, reason="waiting for PR#351")
|
||||||
class TestMsgLiskVerifymessage(TrezorTest):
|
class TestMsgLiskVerifymessage(TrezorTest):
|
||||||
def test_verify(self):
|
def test_verify(self):
|
||||||
self.setup_mnemonic_nopin_nopassphrase()
|
self.setup_mnemonic_nopin_nopassphrase()
|
||||||
|
Loading…
Reference in New Issue
Block a user