Skip to content

Commit 1aedbbe

Browse files
committed
test pr
Signed-off-by: Benny Zlotnik <bzlotnik@redhat.com>
1 parent be69032 commit 1aedbbe

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
curl -L --output "python/packages/jumpstarter-driver-qemu/images/Fedora-Cloud-Base-Generic-41-1.4.${arch}.qcow2" \
7979
"https://download.fedoraproject.org/pub/fedora/linux/releases/41/Cloud/${arch}/images/Fedora-Cloud-Base-Generic-41-1.4.${arch}.qcow2"
8080
done
81+
ls -lsh python/packages/jumpstarter-driver-qemu/images
8182
8283
- name: Run pytest
8384
working-directory: python

python/packages/jumpstarter-cli/jumpstarter_cli/shell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def _warn_about_expired_token(lease_name: str, selector: str) -> None:
2727
click.echo(click.style(f"To reconnect: JMP_LEASE={lease_name} jmp shell", fg="cyan"))
2828

2929

30+
# test
3031
async def _monitor_token_expiry(config, cancel_scope) -> None:
3132
"""Monitor token expiry and warn user."""
3233
token = getattr(config, "token", None)

0 commit comments

Comments
 (0)