Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion controller/test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ var _ = Describe("controller", Ordered, func() {
_, err = utils.Run(cmd)
ExpectWithOffset(1, err).NotTo(HaveOccurred())

By("loading the the manager(Operator) image on Kind")
By("loading the manager(Operator) image on Kind")
err = utils.LoadImageToKindClusterWithName(projectimage)
ExpectWithOffset(1, err).NotTo(HaveOccurred())

Expand Down
4 changes: 2 additions & 2 deletions python/examples/soc-pytest/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Jumpstarter SOC testing with pytest example

This example aims to demonstrate Jumpstarter in an a simple SOC testing scenario
This example aims to demonstrate Jumpstarter in a simple SOC testing scenario
using pytest.

The following drivers will be utilized:
- DUTLink: for power, storage and console control of the target
- UStreamer: with an hdmi capture card plus a webcam for video snapshits
- UStreamer: with an hdmi capture card plus a webcam for video snapshots

This example requires the following hardware:
- 1x Raspberry Pi 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def config_client():
"--namespace",
type=str,
help="Enter the Jumpstarter client namespace.",
prompt="Enter a valid Jumpstarter client nespace",
prompt="Enter a valid Jumpstarter client namespace",
)
@click.option(
"--name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_instance_console_id(self, instance: Instance, console_name: str) -> Opti

def get_instance_console_url(self, instance: Instance, console_id: str) -> Optional[str]:
"""
Get a a console URL (websocket) to stream logs from.
Get a console URL (websocket) to stream logs from.
"""
data = None

Expand Down
Loading