Skip to content

Commit

Permalink
Doc: cts: drop description of deleted schema upgrade helper
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaillot committed Dec 19, 2024
1 parent a15c4cc commit 2643211
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions cts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,22 +309,3 @@ without requiring a password to be entered each time:

If this works without prompting for a password, you're in business.
If not, look at the documentation for your version of ssh.


## Upgrading scheduler test inputs for new XSLTs

The scheduler/xml inputs should be kept in sync with the latest major schema
version, since these tests are not meant to test schema upgrades (unless
expressly designated as such).

To upgrade the inputs to a new major schema version:

cd "$(git rev-parse --show-toplevel)/xml"
./regression.sh cts_scheduler -G
cd "$(git rev-parse --show-toplevel)/cts"
git add --interactive .
git commit -m 'Test: scheduler: upgrade test inputs to schema $X.$Y'
./cts-scheduler || echo 'Investigate what went wrong'

The first two commands can be run anytime to verify no further upgrades are
needed.

0 comments on commit 2643211

Please sign in to comment.