Skip to content

Commit

Permalink
[tempest] set user bit on ping utility
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanthnakkina committed Aug 9, 2024
1 parent 6707266 commit 0ff3354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocks/tempest/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ parts:
# Give permission and create the required directories
mkdir -p $CRAFT_PRIME/var/lib/tempest
chown -R 999:999 $CRAFT_PRIME/var/lib/tempest
chmod u+s $CRAFT_PRIME/usr/bin/ping
overlay-packages:
# this must be in overlay-packages - see https://github.com/canonical/rockcraft/issues/334
- ca-certificates # required for discover-tempest-config to download cirros image
Expand Down

0 comments on commit 0ff3354

Please sign in to comment.