Skip to content

Commit

Permalink
Merge pull request coreos#1172 from jlebon/pr/tweak-func-name
Browse files Browse the repository at this point in the history
tests/upgrade: tweak test function name
  • Loading branch information
jlebon authored Jan 28, 2020
2 parents 0791f6b + 7c51341 commit 1bbbad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kola/tests/upgrade/basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var plog = capnslog.NewPackageLogger("github.com/coreos/mantle", "kola/tests/upg

func init() {
register.RegisterUpgradeTest(&register.Test{
Run: upgradeFromPrevious,
Run: fcosUpgradeBasic,
ClusterSize: 1,
// if renaming this, also rename the command in kolet-httpd.service below
Name: "fcos.upgrade.basic",
Expand Down Expand Up @@ -111,7 +111,7 @@ func init() {

// upgradeFromPrevious verifies that the previous build is capable of upgrading
// to the current build and to another build
func upgradeFromPrevious(c cluster.TestCluster) {
func fcosUpgradeBasic(c cluster.TestCluster) {
m := c.Machines()[0]
graph := new(Graph)

Expand Down

0 comments on commit 1bbbad4

Please sign in to comment.