Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux committed Mar 12, 2024
1 parent 3b41004 commit 975c1a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Orchestration/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ public function testUsageStats(): void
$this->assertNotEmpty($containerId2);

// This allows CPU-heavy load check

$output = '';
static::getOrchestration()->execute($containerId1, ['screen', '-d', '-m', 'stress --cpu 1 --timeout 5'], $output); // Run in screen so it's background task
static::getOrchestration()->execute($containerId2, ['screen', '-d', '-m', 'stress --cpu 1 --timeout 5'], $output);
Expand Down

0 comments on commit 975c1a8

Please sign in to comment.