forked from whamcloud/integrated-manager-for-lustre
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct interface for LNet in SSI testing (whamcloud#864)
* Use correct interface for LNet in SSI testing
Fixes #719
SSI testing is currently using the host interface for LNet. Instead it should be using the LNet interface (.20) as intended.
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
* fix formatting
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
* send config in expected format
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
* add lnd_type
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
* try to avoid server restart
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
- Loading branch information
Showing
5 changed files
with
43 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,11 @@ exclude = ''' | |
\.git | ||
| \.tox | ||
| \.venv | ||
| \.cargo | ||
| _build | ||
| build | ||
| dist | ||
| south_migrations | ||
| target | ||
)/ | ||
''' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters