Skip to content

Commit

Permalink
Merge pull request #4068 from LiilyZhang/zhangl/fixe2e_stopkube
Browse files Browse the repository at this point in the history
fix stop_kube in e2edev
  • Loading branch information
LiilyZhang authored May 30, 2024
2 parents c2e50b8 + 2df8a0c commit 71365b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/gov/stop_kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ fi
#
# Check if microk8s is running.
#

$sudoprefix apparmor_parser -R /var/lib/snapd/apparmor/profiles/snap.microk8s.daemon-containerd
$sudoprefix apparmor_parser -a /var/lib/snapd/apparmor/profiles/snap.microk8s.daemon-containerd

echo "Preparing to cleanup Kube test environment"
OUT=$($cprefix microk8s.status)
RC=$?
Expand Down

0 comments on commit 71365b2

Please sign in to comment.