Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A api-tests
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • NFV - Network Functions VirtualisationNFV - Network Functions Virtualisation
  • api-tests
  • Merge requests
  • !85

[Editorial] Replace 'section' with 'clause' in Reference field of TDs

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged admin_forge requested to merge repl_section_to_clause_in_refs into master Jan 24, 2020
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 161

Implements editorial changes to replace the term section with clause in every TD in the project.

The modification has been applied with the following commands:

forge_admin@mc-ubuntu:~/nfv/api-tests/SOL002$ find . -name '*.robot' -exec grep "Reference: " {} \; | wc -l
288
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL002$ find . -name '*.robot' -exec sed -i "s|Reference: section|Reference: clause|g" {} \;
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL002$ find . -name '*.robot' -exec sed -i "s|Reference:  section|Reference: clause|g" {} \;
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL002$ find . -name '*.robot' -exec grep "Reference: clause" {} \; | wc -l
288
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL002$ cd ../SOL003
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL003$ find . -name '*.robot' -exec grep "Reference: " {} \; | wc -l
395
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL003$ find . -name '*.robot' -exec sed -i "s|Reference: section|Reference: clause|g" {} \;
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL003$ find . -name '*.robot' -exec sed -i "s|Reference:  section|Reference: clause|g" {} \;
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL003$ find . -name '*.robot' -exec grep "Reference: clause" {} \; | wc -l
395
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL003$ cd ../SOL005
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL005$ find . -name '*.robot' -exec grep "Reference: " {} \; | wc -l
402
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL005$ find . -name '*.robot' -exec sed -i "s|Reference: section|Reference: clause|g" {} \;
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL005$ find . -name '*.robot' -exec sed -i "s|Reference:  section|Reference: clause|g" {} \;
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL005$ find . -name '*.robot' -exec grep "Reference: clause" {} \; | wc -l
402
forge_admin@mc-ubuntu:~/nfv/api-tests/SOL005$ cd ..
forge_admin@mc-ubuntu:~/nfv/api-tests$ find . -name '*.robot' -exec grep "Reference: sec" {} \; | wc -l
0
forge_admin@mc-ubuntu:~/nfv/api-tests$ find . -name '*.robot' -exec grep "Reference:  sec" {} \; | wc -l
0
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: repl_section_to_clause_in_refs