Skip to content

Commit

Permalink
Update OS versions in bats package tests (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Jun 2, 2024
1 parent 23f1c53 commit 6c15d42
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 24 deletions.
4 changes: 0 additions & 4 deletions packages/test/centos.bats
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
@test "CentOS 8 Stream" {
./test-install-on-docker.sh quay.io/centos/centos:stream8
}

@test "CentOS 7" {
./test-install-on-docker.sh centos:7
}
12 changes: 4 additions & 8 deletions packages/test/fedora.bats
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@
./test-install-on-docker.sh fedora:rawhide
}

@test "Fedora 39" {
./test-install-on-docker.sh fedora:39
}

@test "Fedora 38" {
./test-install-on-docker.sh fedora:38
@test "Fedora 40" {
./test-install-on-docker.sh fedora:40
}

@test "Fedora 37" {
./test-install-on-docker.sh fedora:37
@test "Fedora 39" {
./test-install-on-docker.sh fedora:39
}
4 changes: 0 additions & 4 deletions packages/test/opensuse.bats
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@
@test "openSUSE Leap 15.5" {
./test-install-on-docker.sh opensuse/leap:15.5
}

@test "openSUSE Leap 15.4" {
./test-install-on-docker.sh opensuse/leap:15.4
}
12 changes: 4 additions & 8 deletions packages/test/ubuntu.bats
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bats

@test "Ubuntu 23.10" {
./test-install-on-docker.sh ubuntu:23.10
@test "Ubuntu 24.04 LTS" {
./test-install-on-docker.sh ubuntu:24.04
}

@test "Ubuntu 23.04" {
./test-install-on-docker.sh ubuntu:23.04
@test "Ubuntu 23.10" {
./test-install-on-docker.sh ubuntu:23.10
}

@test "Ubuntu 22.04" {
Expand All @@ -15,7 +15,3 @@
@test "Ubuntu 20.04" {
./test-install-on-docker.sh ubuntu:20.04
}

@test "Ubuntu 18.04" {
./test-install-on-docker.sh ubuntu:18.04
}

0 comments on commit 6c15d42

Please sign in to comment.