Skip to content

Commit

Permalink
Added new test that breaks from lscpu changes
Browse files Browse the repository at this point in the history
  • Loading branch information
workhorsy committed Sep 5, 2022
1 parent 635811d commit 54e62b7
Show file tree
Hide file tree
Showing 2 changed files with 676 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
from test_linux_debian_8_5_x86_64 import TestLinuxDebian_8_5_X86_64
from test_linux_debian_8_7_1_ppc64le import TestLinuxDebian_8_7_1_ppc64le
from test_linux_ubuntu_16_04_x86_64 import TestLinuxUbuntu_16_04_X86_64
from test_linux_ubuntu_22_04_x86_64 import TestLinuxUbuntu_22_04_X86_64
from test_linux_fedora_24_x86_64 import TestLinuxFedora_24_X86_64
from test_linux_fedora_24_ppc64le import TestLinuxFedora_24_ppc64le
from test_linux_fedora_29_x86_64_ryzen_7 import Test_Linux_Fedora_29_X86_64_Ryzen_7
Expand Down Expand Up @@ -96,6 +97,7 @@ def logger(msg):
TestLinuxDebian_8_5_X86_64,
TestLinuxDebian_8_7_1_ppc64le,
TestLinuxUbuntu_16_04_X86_64,
TestLinuxUbuntu_22_04_X86_64,
TestLinuxFedora_24_X86_64,
TestLinuxFedora_24_ppc64le,
Test_Linux_Fedora_29_X86_64_Ryzen_7,
Expand Down
Loading

0 comments on commit 54e62b7

Please sign in to comment.