.gitlab-ci.yml
AUTHORS
ChangeLog
MANIFEST.in
README.md
dev-requirements.txt
requirements.txt
setup.cfg
setup.py
tox.ini
etc/scotty.conf
log/.gitkeep
samples/components/experiment/parallel_workload/experiment.yaml
samples/components/experiment/parallel_workload/resource
samples/components/experiment/parallel_workload/workload
samples/components/experiment/parallel_workload/resource/demo/resource_gen.py
samples/components/experiment/parallel_workload/resource/demo/samples/experiment.yaml
samples/components/experiment/parallel_workload/workload/demo/workload_gen.py
samples/components/experiment/parallel_workload/workload/demo/samples/experiment.yaml
samples/components/experiment/single_workload/experiment.yaml
samples/components/experiment/single_workload/resource
samples/components/experiment/single_workload/systemcollector
samples/components/experiment/single_workload/workload
samples/components/experiment/single_workload/resource/demo/resource_gen.py
samples/components/experiment/single_workload/resource/demo/samples/experiment.yaml
samples/components/experiment/single_workload/systemcollector/demo/systemcollector.py
samples/components/experiment/single_workload/workload/demo/workload_gen.py
samples/components/experiment/single_workload/workload/demo/samples/experiment.yaml
samples/components/resource/demo/resource_gen.py
samples/components/resource/demo/samples/experiment.yaml
samples/components/systemcollector/demo/systemcollector.py
samples/components/workload/demo/workload_gen.py
samples/components/workload/demo/samples/experiment.yaml
samples/etc/scotty.conf
scotty/__init__.py
scotty/cli.py
scotty/log.py
scotty/version.py
scotty.py.egg-info/PKG-INFO
scotty.py.egg-info/SOURCES.txt
scotty.py.egg-info/dependency_links.txt
scotty.py.egg-info/entry_points.txt
scotty.py.egg-info/not-zip-safe
scotty.py.egg-info/pbr.json
scotty.py.egg-info/requires.txt
scotty.py.egg-info/top_level.txt
scotty/cmd/__init__.py
scotty/cmd/base.py
scotty/cmd/experiment.py
scotty/cmd/resource.py
scotty/cmd/workload.py
scotty/core/__init__.py
scotty/core/checkout.py
scotty/core/components.py
scotty/core/context.py
scotty/core/exceptions.py
scotty/core/executor.py
scotty/core/moduleloader.py
scotty/core/report.py
scotty/core/settings.py
scotty/core/workspace.py
scotty/tests/__init__.py
scotty/tests/functional/__init__.py
scotty/tests/functional/test_experiment_clean.py
scotty/tests/functional/test_experiment_perform.py
scotty/tests/functional/test_experiment_perform_parallel.py
scotty/tests/unit/__init__.py
scotty/tests/unit/test_utils.py
scotty/tests/unit/core/__init__.py
scotty/tests/unit/core/test_checkout.py
scotty/tests/unit/core/test_components.py
scotty/tests/unit/core/test_executor.py
scotty/utils/__init__.py
scotty/utils/base.py
scotty/utils/experiment.py
scotty/utils/openstack.py
scotty/utils/resource.py
scotty/utils/resultstore.py
scotty/utils/workload.py
scotty/workflows/__init__.py
scotty/workflows/base.py
scotty/workflows/experiment.py
scotty/workflows/resource.py
scotty/workflows/workflows.py
templates/resource/.gitignore.tpl
templates/resource/README.md.tpl
templates/resource/experiment.yaml.tpl
templates/resource/resource.py.tpl
templates/resource/resource_gen.py.tpl
templates/resource/test_experiment_perform.py.tpl
templates/resource/tox.ini.tpl
templates/workload/README.md.tpl
templates/workload/experiment.yaml.tpl
templates/workload/workload_gen.py.tpl
tests/__init__.py
tests/test_checkout.py
tests/test_cli.py
tests/test_cmd.py
tests/test_cmd_experiment.py
tests/test_cmd_resource.py
tests/test_cmd_workload.py
tests/test_context.py
tests/test_experiment.py
tests/test_moduleloader.py
tests/test_utils.py
tests/test_version.py
tests/test_workflows.py
tests/test_workload.py
tests/test_workspace.py