Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Fix test-memleak configuration path (#227)
Browse files Browse the repository at this point in the history
Resolves: #220

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Nov 20, 2023
1 parent 2492918 commit ede34d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/test_memleak/test_memleak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
# limitations under the License.
#
counter=0
oc apply -f config/minimal-keyretrieve
oc apply -f operator_configs/minimal-keyretrieve
while true;
do
echo "====================== $counter =================="
oc -n nbde describe tangservers.daemons.redhat.com
./tools/api_tools/key_rotate.sh -n nbde
sleep 10
oc -n nbde describe tangservers.daemons.redhat.com
oc apply -f config/minimal-keyretrieve-deletehiddenkeys
oc apply -f operator_configs/minimal-keyretrieve-deletehiddenkeys
sleep 5
oc -n nbde describe tangservers.daemons.redhat.com
echo "====================== /$counter =================="
Expand Down

0 comments on commit ede34d5

Please sign in to comment.