Skip to content

Commit

Permalink
update zemu
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Mar 12, 2024
1 parent 49059ab commit 68bf07d
Show file tree
Hide file tree
Showing 77 changed files with 30 additions and 6 deletions.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00000.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00001.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00002.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00003.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00004.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00005.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00006.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00007.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00008.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00009.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00010.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00011.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00012.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00013.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00014.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00015.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic/00016.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00000.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00001.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00002.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00003.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00004.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00005.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00006.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00007.png
Binary file not shown.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00008.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00009.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00010.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00011.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00012.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00013.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00014.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00015.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00016.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00017.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00018.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00019.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00020.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00021.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00022.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00023.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00024.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00025.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00026.png
Diff not rendered.
Binary file removed tests_zemu/snapshots/s-textual-sign_basic_eth/00027.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
36 changes: 30 additions & 6 deletions tests_zemu/tests/textual.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jest.setTimeout(90000)

describe('Textual', function () {
// eslint-disable-next-line jest/expect-expect
test.concurrent.each(DEVICE_MODELS)('can start and stop container', async function (m) {
test.concurrent.each(DEVICE_MODELS.slice(1))('can start and stop container', async function (m) {
if (m.name === 'nanos') {
// Skip the test for the nanos device
return;
}
const sim = new Zemu(m.path)
try {
await sim.start({ ...defaultOptions, model: m.name })
Expand All @@ -37,7 +41,11 @@ describe('Textual', function () {
}
})

test.concurrent.each(DEVICE_MODELS)('sign basic textual', async function (m) {
test.concurrent.each(DEVICE_MODELS.slice(1))('sign basic textual', async function (m) {
if (m.name === 'nanos') {
// Skip the test for the nanos device
return;
}
const sim = new Zemu(m.path)
try {
await sim.start({ ...defaultOptions, model: m.name })
Expand Down Expand Up @@ -83,7 +91,11 @@ describe('Textual', function () {
}
})

test.concurrent.each(DEVICE_MODELS)('sign basic textual expert', async function (m) {
test.concurrent.each(DEVICE_MODELS.slice(1))('sign basic textual expert', async function (m) {
if (m.name === 'nanos') {
// Skip the test for the nanos device
return;
}
const sim = new Zemu(m.path)
try {
await sim.start({ ...defaultOptions, model: m.name })
Expand Down Expand Up @@ -132,7 +144,11 @@ describe('Textual', function () {
}
})

test.concurrent.each(DEVICE_MODELS)('sign basic textual eth ', async function (m) {
test.concurrent.each(DEVICE_MODELS.slice(1))('sign basic textual eth ', async function (m) {
if (m.name === 'nanos') {
// Skip the test for the nanos device
return;
}
const sim = new Zemu(m.path)
try {
await sim.start({ ...defaultOptions, model: m.name })
Expand Down Expand Up @@ -181,7 +197,11 @@ describe('Textual', function () {
}
})

test.concurrent.each(DEVICE_MODELS)('sign basic textual eth warning ', async function (m) {
test.concurrent.each(DEVICE_MODELS.slice(1))('sign basic textual eth warning ', async function (m) {
if (m.name === 'nanos') {
// Skip the test for the nanos device
return;
}
const sim = new Zemu(m.path)
try {
await sim.start({ ...defaultOptions, model: m.name })
Expand Down Expand Up @@ -227,7 +247,11 @@ describe('Textual', function () {
}
})

test.concurrent.each(DEVICE_MODELS)('sign basic textual evmos ', async function (m) {
test.concurrent.each(DEVICE_MODELS.slice(1))('sign basic textual evmos ', async function (m) {
if (m.name === 'nanos') {
// Skip the test for the nanos device
return;
}
const sim = new Zemu(m.path)
try {
await sim.start({ ...defaultOptions, model: m.name })
Expand Down

0 comments on commit 68bf07d

Please sign in to comment.