We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68572b commit 298bd14Copy full SHA for 298bd14
swat/tests/cas/test_builtins.py
@@ -151,7 +151,11 @@ def test_addnode(self):
151
self.assertIn(r.status, ['Error parsing action parameters.',
152
"Authorization",
153
"Nodes cannot be added when the server "
154
- + "is running with in SMP mode."])
+ + "is running with in SMP mode.",
155
+ "The addNode action is not supported "
156
+ + "when executing in Kubernetes. "
157
+ + "To increase workers, adjust the CAS "
158
+ + "Operator workers value."])
159
160
r = self.s.addnode(salt='controller', node=['pepper'])
161
self.assertContainsMessage(r, "ERROR: The action stopped due to errors.")
0 commit comments