Files
podman/test/e2e
Jordan Christiansen 393fa4b92f Allow filtering on pod label values
Before this change, filters of the form `podman pod ps --filter
label=app=myapp` were not working. The results would include all pods
that contained the app label with any value. Looking at the code, this
makes sense. It appears that the second = and everything after it were
getting truncated.

Even though there was already a passing test that tested `podman pod ps
--filter label=io.podman.test.label=value1`, the test failed with the
above example with a label `app=myapp`. The new code works in both
cases.

Signed-off-by: Jordan Christiansen <xordspar0@gmail.com>
2020-09-23 15:26:12 -05:00
..
2020-07-21 14:22:30 -04:00
2018-04-05 14:13:49 +00:00
2020-08-04 15:10:47 -04:00
2020-07-13 17:11:26 -05:00
2020-05-19 14:26:19 -05:00
2020-07-28 10:27:44 -04:00
2020-09-03 14:08:34 -06:00
2020-08-18 09:12:36 -06:00
2020-09-15 00:02:45 +02:00