RedHat-SP-Security / tang-operator-tests

Upstream repository for tang-operator test suite
GNU General Public License v3.0
1 stars 1 forks source link

Create method to check that Pod keeps on a particular state during a period of time #66

Closed sarroutbi closed 10 months ago

sarroutbi commented 10 months ago

A method that checks that a Pod is on a particular state during some time should be added.

Sometimes, a POD goes to ContainerCreating, then Running, then Error, then CrashLoopback ... if we check it goes to Running, but do not wait for it to continue in Running state during some time, we could PASS the test when it should not