From 3345a6022bc21f47909c4fcca458e6cf9f4b36e5 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 13 Jan 2021 17:59:21 +0000 Subject: [PATCH] Update tests that have a dependency on current year --- cmd/ignite/run/testdata/output/ps-filtered-table.txt | 2 +- cmd/ignite/run/testdata/output/ps-table.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/ignite/run/testdata/output/ps-filtered-table.txt b/cmd/ignite/run/testdata/output/ps-filtered-table.txt index 4c96fb52e..5f9d51b64 100644 --- a/cmd/ignite/run/testdata/output/ps-filtered-table.txt +++ b/cmd/ignite/run/testdata/output/ps-filtered-table.txt @@ -1,2 +1,2 @@ VM ID IMAGE KERNEL SIZE CPUS MEMORY CREATED STATUS IPS PORTS NAME -bfc80c948b1e2419 foo/bar:latest foo/bar:latest 0 B 0 0 B 20y ago Stopped vm2 +bfc80c948b1e2419 foo/bar:latest foo/bar:latest 0 B 0 0 B 21y ago Stopped vm2 diff --git a/cmd/ignite/run/testdata/output/ps-table.txt b/cmd/ignite/run/testdata/output/ps-table.txt index d69208282..b4a77dfe1 100644 --- a/cmd/ignite/run/testdata/output/ps-table.txt +++ b/cmd/ignite/run/testdata/output/ps-table.txt @@ -1,4 +1,4 @@ VM ID IMAGE KERNEL SIZE CPUS MEMORY CREATED STATUS IPS PORTS NAME -20e1d566ce318ada foo/bar:latest foo/bar:latest 0 B 0 0 B 20y ago Stopped vm1 -bfc80c948b1e2419 foo/bar:latest foo/bar:latest 0 B 0 0 B 20y ago Stopped vm2 -cddc37ba657766e3 foo/bar:latest foo/bar:latest 0 B 0 0 B 20y ago Stopped vm3 +20e1d566ce318ada foo/bar:latest foo/bar:latest 0 B 0 0 B 21y ago Stopped vm1 +bfc80c948b1e2419 foo/bar:latest foo/bar:latest 0 B 0 0 B 21y ago Stopped vm2 +cddc37ba657766e3 foo/bar:latest foo/bar:latest 0 B 0 0 B 21y ago Stopped vm3