Skip to content

Commit

Permalink
Fxiup e2e test after cli split
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Oct 31, 2024
1 parent fa4fa24 commit 6ed986c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,18 @@ jobs:
run: |
export JUMPSTARTER_GRPC_INSECURE=1
jmp client list
jmp exporter list
jmp list
jmp-exporter list
jmp exporter run test-exporter-1 &
jmp exporter run test-exporter-2 &
jmp-exporter run test-exporter-1 &
jmp-exporter run test-exporter-2 &
sleep 5
jmp client shell test-client-1 --label example.com/board rpi4 <<EOF
jmp shell test-client-1 --label example.com/board rpi4 <<EOF
j power
EOF
jmp client shell test-client-1 --label example.com/board rpi5 <<EOF
jmp shell test-client-1 --label example.com/board rpi5 <<EOF
j storage
EOF

0 comments on commit 6ed986c

Please sign in to comment.