From 02e30f6f885b1d1a0b4341990755e1805eea116f Mon Sep 17 00:00:00 2001 From: Ashique Saidalavi Date: Thu, 28 Nov 2024 00:09:58 +0530 Subject: [PATCH] Updated the tests Signed-off-by: Ashique Saidalavi --- features/kitchen_test_command.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/kitchen_test_command.feature b/features/kitchen_test_command.feature index 1c4eef851..a9a171445 100644 --- a/features/kitchen_test_command.feature +++ b/features/kitchen_test_command.feature @@ -25,11 +25,11 @@ Feature: Running a full test instance test @spawn Scenario: Running a single instance When I run `kitchen test client-beans` - Then the output should contain "Starting Test Kitchen" + Then the output should contain "Starting Chef Test Kitchen Enterprise" Then the output should contain "Cleaning up any prior instances of " Then the output should contain "Testing " Then the output should contain "Finished testing " - Then the output should contain "Test Kitchen is finished." + Then the output should contain "Chef Test Kitchen Enterprise is finished." And the exit status should be 0 @spawn @@ -74,12 +74,12 @@ Feature: Running a full test instance test @spawn Scenario: Running all instances When I run `kitchen test` - Then the output should contain "Starting Test Kitchen" + Then the output should contain "Starting Chef Test Kitchen Enterprise" Then the output should contain "Finished testing " Then the output should contain "Finished testing " Then the output should contain "Finished testing " Then the output should contain "Finished testing " - Then the output should contain "Test Kitchen is finished." + Then the output should contain "Chef Test Kitchen Enterprise is finished." And the exit status should be 0 When I successfully run `kitchen list` Then the output should match /^client-cool\s+.+\s+\\s+\$/