Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Flatland Flatland
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Flatland
  • FlatlandFlatland
  • Issues
  • #257

Closed
Open
Created Oct 24, 2019 by Erik Nygren@mlerik🚅Owner

Test for parameter sets of `regenerate_rail` and `regenerate_schedule`

Story

As a project member, I want to test the behavior of the parameters regenerate_rail and regenerate_schedule so that we are sure they behave as accepted.

If the rail infrastructure is regenerated we also need to regenerate the schedule as it can not work on any infrastructure. If the rail infrastructure stays the same, we can still regenerate the schedule and should see different tasks. Thus the tests should test for

regenerate_rail regenerate_schedule

True True ==> Both regenerated

True False ==> Both regenerated

False True ==> Only schedule regenerated

False False ==> All stays the same

Acceptance Criteria

  • Test written and green for all above test cases
Edited Oct 24, 2019 by Erik Nygren
Assignee
Assign to
Time tracking