File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 - python-agent
6666 - python-agent-driver
6767 - powershell
68+ - networking-py
6869 steps :
6970 - uses : actions/checkout@v4
7071
@@ -232,6 +233,10 @@ jobs:
232233 memory : " 1Gi"
233234 args : " -- -NoProfile -File /scripts/hello.ps1"
234235 expect : " Hello, World! From PowerShell on Hyperlight"
236+ - example : networking-py
237+ memory : " 512Mi"
238+ args : " --net -- /urllib_get.py"
239+ expect : " SUCCESS: urllib GET worked!"
235240 steps :
236241 - uses : actions/checkout@v4
237242
@@ -402,6 +407,7 @@ jobs:
402407 - python-agent
403408 - python-agent-driver
404409 - powershell
410+ - networking-py
405411 steps :
406412 - uses : actions/checkout@v4
407413
@@ -559,6 +565,10 @@ jobs:
559565 memory : " 1Gi"
560566 args : " -- -NoProfile -File /scripts/hello.ps1"
561567 expect : " Hello, World! From PowerShell on Hyperlight"
568+ - example : networking-py
569+ memory : " 512Mi"
570+ args : " --net -- /urllib_get.py"
571+ expect : " SUCCESS: urllib GET worked!"
562572 steps :
563573 - uses : actions/checkout@v4
564574
You can’t perform that action at this time.
0 commit comments