Skip to content

Commit

Permalink
debug4
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 14, 2024
1 parent 853aa89 commit be13feb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions spinnman_integration_tests/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ def setUp(self):
self.spalloc_machine = "SpiNNaker1M"
self.spalloc_user = os.environ["SPALLOC_USER"]
self.spalloc_password = os.environ["SPALLOC_PASSWORD"]
a = "X" + self.spalloc_user + "X"
b = "X" + self.spalloc_password + "X"
print (f"!{a=}!, !{b=}!")

def test_create_job(self):
self.assertEquals("github_actions", self.spalloc_user)
self.assertEquals("What’s the password", self.spalloc_password)
client = SpallocClient(
self.spalloc_url, self.spalloc_user, self.spalloc_password)
self.spalloc_url, "github_actions", "What’s the password")
# job = client.create_job_rect_at_board(
# WIDTH, HEIGHT, triad=(x, y, b), machine_name=SPALLOC_MACHINE,
# max_dead_boards=1)
Expand Down

0 comments on commit be13feb

Please sign in to comment.