Skip to content

Commit

Permalink
Checkup: Rename VMI-under-test name prefix
Browse files Browse the repository at this point in the history
Currently, the VMI-under-test name prefix is `rt-vmi`.
Rename it to `realtime-vmi-under-test` in order
to better convey its purpose.

Signed-off-by: Orel Misan <[email protected]>
  • Loading branch information
orelmisan committed Dec 21, 2023
1 parent 3a93d4e commit a0c7dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/internal/checkup/checkup.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type Checkup struct {
cfg config.Config
}

const VMINamePrefix = "rt-vmi"
const VMINamePrefix = "realtime-vmi-under-test"

func New(client kubeVirtVMIClient, namespace string, checkupConfig config.Config, executor testExecutor) *Checkup {
return &Checkup{
Expand Down

0 comments on commit a0c7dee

Please sign in to comment.