Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D diva_evaluation_cli
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • 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
  • ActEV
  • diva_evaluation_cli
  • Issues
  • #12
Closed
Open
Created Jun 04, 2019 by Maxime Hubert@mxmtrMaintainer

Enhance validation process

Summary

The command validate-system doesn't currently include the validation of the self-reported outputs

Steps to reproduce

Well just run validate-system and see by yourself

What is the expected correct behavior?

The validate-system command should validate three things:

  • That the container_outputs directory contains at least one system output,
  • That each reported system output is different from the baseline's,
  • The directory name starts with a dataset name

These three checks should be performed all the time, and only cause a failure if a --strict flag is provided.

Possible fixes

Look at this, it contains the function to compare two system outputs: https://gitlab.kitware.com/alexandreB/indus-config/blob/master/step_actev_validate_nist_execution.sh

Move the baseline system output from container_outputs to bin/...

Edited Jun 06, 2019 by Maxime Hubert
Assignee
Assign to
Time tracking