fix test
parent
eb3a0c5541
commit
82fdbbf0a6
|
|
@ -132,7 +132,7 @@ original_marker_content=$(<$test_data_marker)
|
||||||
# Also save original spec content to compare
|
# Also save original spec content to compare
|
||||||
original_spec_content=$(<$test_deployment_spec)
|
original_spec_content=$(<$test_deployment_spec)
|
||||||
# Modify spec file to simulate an update
|
# Modify spec file to simulate an update
|
||||||
sed -i.bak 's/CERC_TEST_PARAM_3=FAST/CERC_TEST_PARAM_3=FASTER/' $test_deployment_spec
|
sed -i.bak 's/CERC_TEST_PARAM_3:/CERC_TEST_PARAM_3: FASTER/' $test_deployment_spec
|
||||||
# Run sync to update deployment files without destroying data
|
# Run sync to update deployment files without destroying data
|
||||||
$TEST_TARGET_SO --stack test deploy create --spec-file $test_deployment_spec --deployment-dir $test_deployment_dir --sync
|
$TEST_TARGET_SO --stack test deploy create --spec-file $test_deployment_spec --deployment-dir $test_deployment_dir --sync
|
||||||
# Verify the spec file was updated in deployment dir
|
# Verify the spec file was updated in deployment dir
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue