Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pre/post_test_commands for host/guest #478

Merged
merged 4 commits into from
Oct 21, 2024

Conversation

Jedoku
Copy link
Contributor

@Jedoku Jedoku commented Sep 25, 2024

No description provided.

lib/setupmanagers/hckclient.rb Outdated Show resolved Hide resolved
lib/engines/hcktest/tests.rb Outdated Show resolved Hide resolved
lib/models/hcktest_config.rb Outdated Show resolved Hide resolved
lib/models/hcktest_config.rb Outdated Show resolved Hide resolved
@Jedoku Jedoku force-pushed the Support-pre-post-test-commands-for-host-guest branch from 767c7d9 to 86c457d Compare September 25, 2024 15:10
@Jedoku Jedoku force-pushed the Support-pre-post-test-commands-for-host-guest branch from 86c457d to 71a83ee Compare September 29, 2024 23:57
@Jedoku Jedoku requested a review from kostyanf14 September 30, 2024 06:12
lib/engines/hcktest/tests.rb Outdated Show resolved Hide resolved
lib/engines/hcktest/tests.rb Outdated Show resolved Hide resolved
lib/models/command_info.rb Show resolved Hide resolved
lib/setupmanagers/hckclient.rb Outdated Show resolved Hide resolved
lib/engines/hcktest/tests.rb Outdated Show resolved Hide resolved
lib/engines/hcktest/tests.rb Outdated Show resolved Hide resolved
lib/engines/hcktest/tests.rb Outdated Show resolved Hide resolved
@Jedoku Jedoku force-pushed the Support-pre-post-test-commands-for-host-guest branch from 71a83ee to 281100a Compare October 3, 2024 07:32
lib/setupmanagers/hckclient.rb Outdated Show resolved Hide resolved
lib/setupmanagers/hckclient.rb Outdated Show resolved Hide resolved
lib/engines/hcktest/tests.rb Outdated Show resolved Hide resolved
@Jedoku Jedoku force-pushed the Support-pre-post-test-commands-for-host-guest branch from 281100a to a886161 Compare October 7, 2024 17:06
@Jedoku Jedoku requested a review from kostyanf14 October 7, 2024 17:06
lib/engines/hcktest/hcktest.rb Show resolved Hide resolved
lib/engines/hcktest/tests.rb Outdated Show resolved Hide resolved
@Jedoku Jedoku force-pushed the Support-pre-post-test-commands-for-host-guest branch from a886161 to e926dfc Compare October 8, 2024 11:28
@Jedoku Jedoku requested a review from akihikodaki October 8, 2024 11:28
lib/engines/hcktest/tests.rb Outdated Show resolved Hide resolved
@Jedoku Jedoku force-pushed the Support-pre-post-test-commands-for-host-guest branch from e926dfc to 75a6240 Compare October 9, 2024 23:04
@Jedoku Jedoku requested a review from akihikodaki October 10, 2024 10:02
lib/engines/hcktest/tests.rb Outdated Show resolved Hide resolved
lib/engines/hcktest/tests.rb Outdated Show resolved Hide resolved
@Jedoku Jedoku force-pushed the Support-pre-post-test-commands-for-host-guest branch 3 times, most recently from e8b35fb to 339c37a Compare October 14, 2024 09:58
@Jedoku Jedoku requested a review from akihikodaki October 15, 2024 13:14
"desc": "Set Date for NdisStudio tests",
"guest_run": "Set-Date '1/1/2024 12:00:00 PM'"
}
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drop this commit. You MUST set the correct time after these tests because it will cause issues on DF* tests, as we don't have ntpd server yet, so we can't use this solution for now.

@@ -5,7 +5,7 @@
"install_method": "PNP",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't use a long commit message title. The good practice to have the commit message title no longer than 72 characters. If this is needed you can add more information in the description.

@Jedoku Jedoku force-pushed the Support-pre-post-test-commands-for-host-guest branch from 339c37a to 95656ea Compare October 18, 2024 15:50
This enhances readability and maintainability of the code by clearly indicating the phase during which these commands run.

Signed-off-by: Vitalii Chulak <[email protected]>
@Jedoku Jedoku force-pushed the Support-pre-post-test-commands-for-host-guest branch from 95656ea to 2411e0b Compare October 21, 2024 09:37
@kostyanf14 kostyanf14 merged commit a1eaa76 into master Oct 21, 2024
9 checks passed
@kostyanf14 kostyanf14 deleted the Support-pre-post-test-commands-for-host-guest branch October 21, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants