Skip to content

Commit

Permalink
Fix hurl
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Sabaini <[email protected]>
  • Loading branch information
sabaini committed Nov 22, 2024
1 parent 45862c6 commit 6bf6cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
- name: API Testing
run: |
~/actionutils.sh install_hurl
~/actionutils.sh hurl test/hurl/services-mon.hurl
~/actionutils.sh hurl tests/hurl/services-mon.hurl
multi-node-tests:
name: Multi node testing
Expand Down
2 changes: 1 addition & 1 deletion tests/scripts/actionutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ function install_hurl() {

function hurl() {
echo "Running hurl $@"
sudo hurl --unix-socket --test /var/snap/microceph/common/state/control.socket "$@"
sudo hurl --unix-socket /var/snap/microceph/common/state/control.socket --test /var/snap/microceph/common/state/control.socket "$@"
}

function upgrade_multinode() {
Expand Down

0 comments on commit 6bf6cf2

Please sign in to comment.