diff --git a/pkg/build/build_test.go b/pkg/build/build_test.go index 3e74a82..fa8c52a 100644 --- a/pkg/build/build_test.go +++ b/pkg/build/build_test.go @@ -55,7 +55,7 @@ func TestBuild(t *testing.T) { RepoRoot: "./test", Target: root.Target{ Distro: "centos", - KernelRelease: "5.14.0-368.el9.x86_64", + KernelRelease: "5.14.0-370.el9.x86_64", KernelVersion: "1", }, }, @@ -64,15 +64,15 @@ func TestBuild(t *testing.T) { IgnoreErrors: false, }, expectedLocalObjects: []string{ - "falco_centos_5.14.0-368.el9.x86_64_1.ko", - "falco_centos_5.14.0-368.el9.x86_64_1.o", + "falco_centos_5.14.0-370.el9.x86_64_1.ko", + "falco_centos_5.14.0-370.el9.x86_64_1.o", }, expectedBucketObjects: []string{ - "falco_centos_5.14.0-368.el9.x86_64_1.ko", - "falco_centos_5.14.0-368.el9.x86_64_1.o", + "falco_centos_5.14.0-370.el9.x86_64_1.ko", + "falco_centos_5.14.0-370.el9.x86_64_1.o", }, shouldCreate: true, - name: "build 5.0.1+driver centos 5.14.0-368.el9.x86_64", + name: "build 5.0.1+driver centos 5.14.0-370.el9.x86_64", }, { opts: Options{ @@ -83,7 +83,7 @@ func TestBuild(t *testing.T) { RepoRoot: "./test", Target: root.Target{ Distro: "centos", - KernelRelease: "5.14.0-370.el9.x86_64", + KernelRelease: "5.14.0-372.el9.x86_64", KernelVersion: "1", }, }, @@ -92,17 +92,17 @@ func TestBuild(t *testing.T) { IgnoreErrors: false, }, expectedLocalObjects: []string{ + "falco_centos_5.14.0-372.el9.x86_64_1.ko", + "falco_centos_5.14.0-372.el9.x86_64_1.o", "falco_centos_5.14.0-370.el9.x86_64_1.ko", "falco_centos_5.14.0-370.el9.x86_64_1.o", - "falco_centos_5.14.0-368.el9.x86_64_1.ko", - "falco_centos_5.14.0-368.el9.x86_64_1.o", }, expectedBucketObjects: []string{ - "falco_centos_5.14.0-368.el9.x86_64_1.ko", - "falco_centos_5.14.0-368.el9.x86_64_1.o", + "falco_centos_5.14.0-370.el9.x86_64_1.ko", + "falco_centos_5.14.0-370.el9.x86_64_1.o", }, shouldCreate: false, // since it is not publishing - name: "build 5.0.1+driver centos 5.14.0-370.el9.x86_64", + name: "build 5.0.1+driver centos 5.14.0-372.el9.x86_64", }, { opts: Options{ @@ -113,7 +113,7 @@ func TestBuild(t *testing.T) { RepoRoot: "./test", Target: root.Target{ Distro: "centos", - KernelRelease: "5.14.0-368.el9.x86_64", // try to rebuild same object. + KernelRelease: "5.14.0-370.el9.x86_64", // try to rebuild same object. KernelVersion: "1", }, }, @@ -122,17 +122,17 @@ func TestBuild(t *testing.T) { IgnoreErrors: false, }, expectedLocalObjects: []string{ + "falco_centos_5.14.0-372.el9.x86_64_1.ko", + "falco_centos_5.14.0-372.el9.x86_64_1.o", "falco_centos_5.14.0-370.el9.x86_64_1.ko", "falco_centos_5.14.0-370.el9.x86_64_1.o", - "falco_centos_5.14.0-368.el9.x86_64_1.ko", - "falco_centos_5.14.0-368.el9.x86_64_1.o", }, expectedBucketObjects: []string{ - "falco_centos_5.14.0-368.el9.x86_64_1.ko", - "falco_centos_5.14.0-368.el9.x86_64_1.o", + "falco_centos_5.14.0-370.el9.x86_64_1.ko", + "falco_centos_5.14.0-370.el9.x86_64_1.o", }, shouldCreate: false, // since objects are already present, nothing should be created - name: "rebuild 5.0.1+driver centos 5.14.0-368.el9.x86_64", + name: "rebuild 5.0.1+driver centos 5.14.0-370.el9.x86_64", }, { opts: Options{ @@ -143,7 +143,7 @@ func TestBuild(t *testing.T) { RepoRoot: "./test", Target: root.Target{ Distro: "centos", - KernelRelease: "5.14.0-368.el9.x86_64", // try to rebuild same object. + KernelRelease: "5.14.0-370.el9.x86_64", // try to rebuild same object. KernelVersion: "1", }, }, @@ -152,17 +152,17 @@ func TestBuild(t *testing.T) { IgnoreErrors: false, }, expectedLocalObjects: []string{ + "falco_centos_5.14.0-372.el9.x86_64_1.ko", + "falco_centos_5.14.0-372.el9.x86_64_1.o", "falco_centos_5.14.0-370.el9.x86_64_1.ko", "falco_centos_5.14.0-370.el9.x86_64_1.o", - "falco_centos_5.14.0-368.el9.x86_64_1.ko", - "falco_centos_5.14.0-368.el9.x86_64_1.o", }, expectedBucketObjects: []string{ - "falco_centos_5.14.0-368.el9.x86_64_1.ko", - "falco_centos_5.14.0-368.el9.x86_64_1.o", + "falco_centos_5.14.0-370.el9.x86_64_1.ko", + "falco_centos_5.14.0-370.el9.x86_64_1.o", }, shouldCreate: true, - name: "rebuild and publish 5.0.1+driver centos 5.14.0-368.el9.x86_64", + name: "rebuild and publish 5.0.1+driver centos 5.14.0-370.el9.x86_64", }, }