Skip to content

Commit

Permalink
Updating test_linux_gpus to include display controller changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgreenaway committed Jul 22, 2020
1 parent 76e9c16 commit 1ae10c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/unit/grains/test_core.py
Expand Up @@ -2129,6 +2129,12 @@ def _cmd_side_effect(cmd):
"GeForce GTX 950M",
"nvidia",
], # 3D controller
[
"Display controller",
"Intel Corporation",
"HD Graphics P630",
"intel",
], # Display controller
]
with patch.dict(
core.__salt__, {"cmd.run": MagicMock(side_effect=_cmd_side_effect)}
Expand Down

0 comments on commit 1ae10c1

Please sign in to comment.