Message ID | 1625080041-29010-11-git-send-email-eric.devolder@oracle.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | acpi: Error Record Serialization Table, ERST, support for QEMU | expand |
On Wed, 30 Jun 2021 15:07:21 -0400 Eric DeVolder <eric.devolder@oracle.com> wrote: > Following the guidelines in tests/qtest/bios-tables-test.c, this > is step 6, the re-generated ACPI tables binary blobs. looks like test case itself got lost somewhere along the way. > > Signed-off-by: Eric DeVolder <eric.devolder@oracle.com> > --- > tests/data/acpi/microvm/ERST | Bin 0 -> 976 bytes > tests/data/acpi/pc/ERST | Bin 0 -> 976 bytes > tests/data/acpi/q35/ERST | Bin 0 -> 976 bytes > tests/qtest/bios-tables-test-allowed-diff.h | 4 ---- > 4 files changed, 4 deletions(-) > > diff --git a/tests/data/acpi/microvm/ERST b/tests/data/acpi/microvm/ERST > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..db2adaa8d9b45e295f9976d6bb5a07a813214f52 100644 > GIT binary patch > literal 976 > zcmaKqTMmLS5Jd+l50TdfOjv?(1qNf{pGN#}aW2XoVQ=kJawAMa;r8^<4tl<ik9Q&x > z9fs@aGWNsscIs_KB7$e!_x3{VFxa)yyAdhW<ewtq@KMTR;_(*;o)AYwsc#_I{R=ny > z8zx&whJ53fsGoYS{%e8zX-SD^^!|)F8lIhx`_IYG$#;3?dmQ>N$k#r!KbMbUbUyg_ > zK(;pcerufGzoGM$#7pML|ITms2HKLp#iT7ge?`3d;=pU-HFM;Z{u=Td@?Bo=v9u+> > bCEw+h{yXwJ@?BooAHQFxe`xQi@1uMGuJKX< > > literal 0 > HcmV?d00001 > > diff --git a/tests/data/acpi/pc/ERST b/tests/data/acpi/pc/ERST > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7236018951f9d111d8cacaa93ee07a8dc3294f18 100644 > GIT binary patch > literal 976 > zcmaKqSq_3Q6h#Y^dE9^rOK=GWV&b1h{BUvZ#VzQD#NN_}<VJW2!{zj}Jj(Gp++KlF > z-m^RRr=jicm%cUSDW!0a>)srw9ZqJfYH@yl5T!<U;}M6C67CcCCp`0jI3h}X4Z*CR > z@cQFuhiLM(wSRu-xcHA1F8zhXBbq;Aj)oWS$Nk6T$K>0*@ExA}PsmTmxA~y7^f&wF > z`=C;Mzb#Jlr!;>?JY$ah@BPi%Ksot29-5N<Er=Hro_R^UWRASiUqyaJzRfE>hSucQ > c<lDT_e?xvlzRfG^WB(fYq22#4zMDpU0r#ed0RR91 > > literal 0 > HcmV?d00001 > > diff --git a/tests/data/acpi/q35/ERST b/tests/data/acpi/q35/ERST > index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7236018951f9d111d8cacaa93ee07a8dc3294f18 100644 > GIT binary patch > literal 976 > zcmaKqSq_3Q6h#Y^dE9^rOK=GWV&b1h{BUvZ#VzQD#NN_}<VJW2!{zj}Jj(Gp++KlF > z-m^RRr=jicm%cUSDW!0a>)srw9ZqJfYH@yl5T!<U;}M6C67CcCCp`0jI3h}X4Z*CR > z@cQFuhiLM(wSRu-xcHA1F8zhXBbq;Aj)oWS$Nk6T$K>0*@ExA}PsmTmxA~y7^f&wF > z`=C;Mzb#Jlr!;>?JY$ah@BPi%Ksot29-5N<Er=Hro_R^UWRASiUqyaJzRfE>hSucQ > c<lDT_e?xvlzRfG^WB(fYq22#4zMDpU0r#ed0RR91 > > literal 0 > HcmV?d00001 > > diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h > index e004c71..dfb8523 100644 > --- a/tests/qtest/bios-tables-test-allowed-diff.h > +++ b/tests/qtest/bios-tables-test-allowed-diff.h > @@ -1,5 +1 @@ > /* List of comma-separated changed AML files to ignore */ > -"tests/data/acpi/pc/ERST", > -"tests/data/acpi/q35/ERST", > -"tests/data/acpi/microvm/ERST", > -
On 7/20/21 8:24 AM, Igor Mammedov wrote: > On Wed, 30 Jun 2021 15:07:21 -0400 > Eric DeVolder <eric.devolder@oracle.com> wrote: > >> Following the guidelines in tests/qtest/bios-tables-test.c, this >> is step 6, the re-generated ACPI tables binary blobs. > > looks like test case itself got lost somewhere along the way. I now understand that this means the test cases in bios-tables-test.c. I've tests in there now, though still working through a microvm fail. > >> >> Signed-off-by: Eric DeVolder <eric.devolder@oracle.com> >> --- >> tests/data/acpi/microvm/ERST | Bin 0 -> 976 bytes >> tests/data/acpi/pc/ERST | Bin 0 -> 976 bytes >> tests/data/acpi/q35/ERST | Bin 0 -> 976 bytes >> tests/qtest/bios-tables-test-allowed-diff.h | 4 ---- >> 4 files changed, 4 deletions(-) >> >> diff --git a/tests/data/acpi/microvm/ERST b/tests/data/acpi/microvm/ERST >> index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..db2adaa8d9b45e295f9976d6bb5a07a813214f52 100644 >> GIT binary patch >> literal 976 >> zcmaKqTMmLS5Jd+l50TdfOjv?(1qNf{pGN#}aW2XoVQ=kJawAMa;r8^<4tl<ik9Q&x >> z9fs@aGWNsscIs_KB7$e!_x3{VFxa)yyAdhW<ewtq@KMTR;_(*;o)AYwsc#_I{R=ny >> z8zx&whJ53fsGoYS{%e8zX-SD^^!|)F8lIhx`_IYG$#;3?dmQ>N$k#r!KbMbUbUyg_ >> zK(;pcerufGzoGM$#7pML|ITms2HKLp#iT7ge?`3d;=pU-HFM;Z{u=Td@?Bo=v9u+> >> bCEw+h{yXwJ@?BooAHQFxe`xQi@1uMGuJKX< >> >> literal 0 >> HcmV?d00001 >> >> diff --git a/tests/data/acpi/pc/ERST b/tests/data/acpi/pc/ERST >> index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7236018951f9d111d8cacaa93ee07a8dc3294f18 100644 >> GIT binary patch >> literal 976 >> zcmaKqSq_3Q6h#Y^dE9^rOK=GWV&b1h{BUvZ#VzQD#NN_}<VJW2!{zj}Jj(Gp++KlF >> z-m^RRr=jicm%cUSDW!0a>)srw9ZqJfYH@yl5T!<U;}M6C67CcCCp`0jI3h}X4Z*CR >> z@cQFuhiLM(wSRu-xcHA1F8zhXBbq;Aj)oWS$Nk6T$K>0*@ExA}PsmTmxA~y7^f&wF >> z`=C;Mzb#Jlr!;>?JY$ah@BPi%Ksot29-5N<Er=Hro_R^UWRASiUqyaJzRfE>hSucQ >> c<lDT_e?xvlzRfG^WB(fYq22#4zMDpU0r#ed0RR91 >> >> literal 0 >> HcmV?d00001 >> >> diff --git a/tests/data/acpi/q35/ERST b/tests/data/acpi/q35/ERST >> index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7236018951f9d111d8cacaa93ee07a8dc3294f18 100644 >> GIT binary patch >> literal 976 >> zcmaKqSq_3Q6h#Y^dE9^rOK=GWV&b1h{BUvZ#VzQD#NN_}<VJW2!{zj}Jj(Gp++KlF >> z-m^RRr=jicm%cUSDW!0a>)srw9ZqJfYH@yl5T!<U;}M6C67CcCCp`0jI3h}X4Z*CR >> z@cQFuhiLM(wSRu-xcHA1F8zhXBbq;Aj)oWS$Nk6T$K>0*@ExA}PsmTmxA~y7^f&wF >> z`=C;Mzb#Jlr!;>?JY$ah@BPi%Ksot29-5N<Er=Hro_R^UWRASiUqyaJzRfE>hSucQ >> c<lDT_e?xvlzRfG^WB(fYq22#4zMDpU0r#ed0RR91 >> >> literal 0 >> HcmV?d00001 >> >> diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h >> index e004c71..dfb8523 100644 >> --- a/tests/qtest/bios-tables-test-allowed-diff.h >> +++ b/tests/qtest/bios-tables-test-allowed-diff.h >> @@ -1,5 +1 @@ >> /* List of comma-separated changed AML files to ignore */ >> -"tests/data/acpi/pc/ERST", >> -"tests/data/acpi/q35/ERST", >> -"tests/data/acpi/microvm/ERST", >> - >
diff --git a/tests/data/acpi/microvm/ERST b/tests/data/acpi/microvm/ERST index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..db2adaa8d9b45e295f9976d6bb5a07a813214f52 100644 GIT binary patch literal 976 zcmaKqTMmLS5Jd+l50TdfOjv?(1qNf{pGN#}aW2XoVQ=kJawAMa;r8^<4tl<ik9Q&x z9fs@aGWNsscIs_KB7$e!_x3{VFxa)yyAdhW<ewtq@KMTR;_(*;o)AYwsc#_I{R=ny z8zx&whJ53fsGoYS{%e8zX-SD^^!|)F8lIhx`_IYG$#;3?dmQ>N$k#r!KbMbUbUyg_ zK(;pcerufGzoGM$#7pML|ITms2HKLp#iT7ge?`3d;=pU-HFM;Z{u=Td@?Bo=v9u+> bCEw+h{yXwJ@?BooAHQFxe`xQi@1uMGuJKX< literal 0 HcmV?d00001 diff --git a/tests/data/acpi/pc/ERST b/tests/data/acpi/pc/ERST index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7236018951f9d111d8cacaa93ee07a8dc3294f18 100644 GIT binary patch literal 976 zcmaKqSq_3Q6h#Y^dE9^rOK=GWV&b1h{BUvZ#VzQD#NN_}<VJW2!{zj}Jj(Gp++KlF z-m^RRr=jicm%cUSDW!0a>)srw9ZqJfYH@yl5T!<U;}M6C67CcCCp`0jI3h}X4Z*CR z@cQFuhiLM(wSRu-xcHA1F8zhXBbq;Aj)oWS$Nk6T$K>0*@ExA}PsmTmxA~y7^f&wF z`=C;Mzb#Jlr!;>?JY$ah@BPi%Ksot29-5N<Er=Hro_R^UWRASiUqyaJzRfE>hSucQ c<lDT_e?xvlzRfG^WB(fYq22#4zMDpU0r#ed0RR91 literal 0 HcmV?d00001 diff --git a/tests/data/acpi/q35/ERST b/tests/data/acpi/q35/ERST index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7236018951f9d111d8cacaa93ee07a8dc3294f18 100644 GIT binary patch literal 976 zcmaKqSq_3Q6h#Y^dE9^rOK=GWV&b1h{BUvZ#VzQD#NN_}<VJW2!{zj}Jj(Gp++KlF z-m^RRr=jicm%cUSDW!0a>)srw9ZqJfYH@yl5T!<U;}M6C67CcCCp`0jI3h}X4Z*CR z@cQFuhiLM(wSRu-xcHA1F8zhXBbq;Aj)oWS$Nk6T$K>0*@ExA}PsmTmxA~y7^f&wF z`=C;Mzb#Jlr!;>?JY$ah@BPi%Ksot29-5N<Er=Hro_R^UWRASiUqyaJzRfE>hSucQ c<lDT_e?xvlzRfG^WB(fYq22#4zMDpU0r#ed0RR91 literal 0 HcmV?d00001 diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index e004c71..dfb8523 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1,5 +1 @@ /* List of comma-separated changed AML files to ignore */ -"tests/data/acpi/pc/ERST", -"tests/data/acpi/q35/ERST", -"tests/data/acpi/microvm/ERST", -
Following the guidelines in tests/qtest/bios-tables-test.c, this is step 6, the re-generated ACPI tables binary blobs. Signed-off-by: Eric DeVolder <eric.devolder@oracle.com> --- tests/data/acpi/microvm/ERST | Bin 0 -> 976 bytes tests/data/acpi/pc/ERST | Bin 0 -> 976 bytes tests/data/acpi/q35/ERST | Bin 0 -> 976 bytes tests/qtest/bios-tables-test-allowed-diff.h | 4 ---- 4 files changed, 4 deletions(-)