-
Notifications
You must be signed in to change notification settings - Fork 303
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
DAOS-16495 test: Use the test env control config file w/ dmg #15094
Conversation
Use the TestEnvironment.conftrol.config file by default with the DmgCommand object when a config file is not specified. Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: DmgNvmeScanTest ConfigGenerateOutput ConfigGenerateRun HarnessConfigTest Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
Ticket title is 'Several control/config_generate_output.py tests fail on weekly testing stating localhost with connection refused error.' |
Test stage Functional on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15094/1/execution/node/823/log |
Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: DmgNvmeScanTest ConfigGenerateOutput ConfigGenerateRun HarnessConfigTest Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: DmgNvmeScanTest ConfigGenerateOutput ConfigGenerateRun HarnessConfigTest Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
Test stage Functional Hardware Large completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15094/4/execution/node/1077/log |
Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: DmgNvmeScanTest ConfigGenerateOutput ConfigGenerateRun HarnessConfigTest Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: DmgNvmeScanTest ConfigGenerateOutput ConfigGenerateRun HarnessConfigTest Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
@@ -4,6 +4,8 @@ | |||
SPDX-License-Identifier: BSD-2-Clause-Patent | |||
''' | |||
|
|||
import os | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isort would complain unless the new line was here for some reason
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's because os
is internal and yaml
is 3rd-party (pip installed or dnf isntalled) so isort wants those group separately
@@ -45,16 +47,16 @@ def test_config_generate_run(self): | |||
|
|||
# use_tmpfs_scm specifies that a MD-on-SSD conf should be generated and control metadata | |||
# path needs to be set in that case. | |||
ext_md_path = "" | |||
control_metadata = None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should avoid running config generate with an empty --control-metadata-path
argument - not that it was causing problems, e.g.
/usr/bin/dmg -o /var/tmp/daos_testing/configs/daos_control.yml -d config generate --access-points=wolf-219 --control-metadata-path= --net-provider=ofi+tcp
Use the TestEnvironment.conftrol.config file by default with the DmgCommand object when a config file is not specified. Skip-unit-tests: true Skip-fault-injection-test: true Test-tag: DmgNvmeScanTest ConfigGenerateOutput ConfigGenerateRun HarnessConfigTest Signed-off-by: Phil Henderson <[email protected]>
…#15149) Use the TestEnvironment.conftrol.config file by default with the DmgCommand object when a config file is not specified. Signed-off-by: Phil Henderson <[email protected]>
Use the TestEnvironment.conftrol.config file by default with the DmgCommand object when a config file is not specified.
Skip-unit-tests: true
Skip-fault-injection-test: true
Test-tag: DmgNvmeScanTest ConfigGenerateOutput ConfigGenerateRun HarnessConfigTest
Required-githooks: true
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: