コード例 #1
0
 def test_with_promotable_id(self):
     self.assert_message(
         messages.CannotMoveResourceMasterResourceNotPromotable("R", "P"),
         (
             "when specifying --promoted you must use the promotable clone "
             "id (P)"
         ),
     )
コード例 #2
0
ファイル: test_messages.py プロジェクト: CtrlZmaster/pcs
 def test_without_promotable_id(self):
     self.assert_message(
         messages.CannotMoveResourceMasterResourceNotPromotable("R"),
         "when specifying --promoted you must use the promotable clone id",
     )