heat/.gitignore
ricolin 41cc012b34 Allow run tests for both tempest plugin and regression tests
Regression tests will be maintained in-tree. See categries list:
https://etherpad.openstack.org/p/heat-integration-test-categories

We will seperate tests to tempest plugin or in-tree base on conditions
of each tests. So we need to rework on framework for integration tests.
This patch propose following changes:
* This partially reverts commit fff6518e69
* Allow running heat tempest plugin and heat regression tests.
* iniset configs to both heat_integrationtests.conf and tempest.conf

Change-Id: Ief31dc961bc108e2863119598dfb16581a38e9cf
Depends-On: I5e9325766ce166e62c731330c462c030cb1e11fc
Co-Authored-By: Zane Bitter <zbitter@redhat.com>
2018-01-19 13:26:25 -05:00

38 lines
612 B
Plaintext

*.pyc
*.swp
*~
build
dist
*.egg*
tags
*.log
heat-test.db
heat.sqlite
.venv
.stestr/*
AUTHORS
ChangeLog
templates/cloudformation-examples
.tox
.coverage
.coverage.*
cover
.testrepository
.project
.pydevproject
doc/source/api/
etc/heat/heat.conf.sample
.idea
# integration tests requirements are auto-generated from stub file
heat_integrationtests/requirements.txt
heat_integrationtests/heat_integrationtests.conf.sample
# generated policy file
etc/heat/policy.yaml.sample
# sample policy file included in docs
doc/source/_static/heat.policy.yaml.sample
# Files created by releasenotes build
releasenotes/build