@@ -17,15 +17,15 @@ Feature: Legacy to unified configuration migration
1717 Scenario : migrate then synthesize round-trips to the original run.yaml
1818 When lightspeed-stack --migrate-config is run for the legacy migration fixture pair
1919 And the active unified configuration is synthesized to run.yaml
20- Then the synthesized run.yaml is byte-identical to the legacy migration fixture run.yaml
20+ Then the synthesized run.yaml parses to the same data as the legacy migration fixture run.yaml
2121
2222
2323 # --- library mode (@skip-in-server-mode) ---
2424
2525 @skip-in-server-mode
2626 Scenario : Migrated unified configuration drives byte-identical Llama Stack behavior in library mode
27- When lightspeed-stack --migrate-config is run for the legacy migration fixture pair
28- Given The service uses the lightspeed-stack-unified-migrated.yaml configuration
27+ Given lightspeed-stack --migrate-config is run for the legacy migration fixture pair
28+ And The service uses the lightspeed-stack-unified-migrated.yaml configuration
2929 And The service is restarted
3030 When I access endpoint "readiness" using HTTP GET method
3131 Then The status code of the response is 200
@@ -40,8 +40,8 @@ Feature: Legacy to unified configuration migration
4040
4141 @skip-in-library-mode
4242 Scenario : Migrated unified configuration drives byte-identical Llama Stack behavior in server mode
43- When lightspeed-stack --migrate-config is run for the legacy migration fixture pair
44- Given The service uses the lightspeed-stack-unified-migrated.yaml configuration
43+ Given lightspeed-stack --migrate-config is run for the legacy migration fixture pair
44+ And The service uses the lightspeed-stack-unified-migrated.yaml configuration
4545 And Llama Stack is restarted
4646 And Lightspeed Stack is restarted
4747 When I access endpoint "readiness" using HTTP GET method
0 commit comments