Skip to content

Commit

Permalink
Re-enable ethernet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Nov 21, 2023
1 parent 01a7101 commit d4c3a32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kernel/tests/s06_rackscale_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ fn s06_rackscale_shmem_userspace_smoke_test() {
rackscale_userspace_smoke_test(RackscaleTransport::Shmem);
}

#[ignore]
#[cfg(not(feature = "baremetal"))]
#[test]
fn s06_rackscale_ethernet_userspace_smoke_test() {
Expand Down Expand Up @@ -133,7 +132,6 @@ fn s06_rackscale_shmem_fs_test() {
rackscale_fs_test(RackscaleTransport::Shmem);
}

#[ignore]
#[cfg(not(feature = "baremetal"))]
#[test]
fn s06_rackscale_ethernet_fs_test() {
Expand Down Expand Up @@ -239,7 +237,6 @@ fn s06_rackscale_shmem_userspace_multicore_test() {
rackscale_userspace_multicore_test(RackscaleTransport::Shmem);
}

#[ignore]
#[cfg(not(feature = "baremetal"))]
#[test]
fn s06_rackscale_ethernet_userspace_multicore_test() {
Expand Down Expand Up @@ -281,7 +278,6 @@ fn rackscale_userspace_multicore_test(transport: RackscaleTransport) {
test_run.run_rackscale();
}

#[ignore]
#[cfg(not(feature = "baremetal"))]
#[test]
fn s06_rackscale_ethernet_userspace_multicore_multiclient() {
Expand Down

0 comments on commit d4c3a32

Please sign in to comment.