Define variables in new file

Change-Id: I630a8f9c677081b2dd9f1e5b135f0d9c9be926d0
Depends-On: I57b93fdba21406d577c3abcd82461bd21d6753c7
This commit is contained in:
Sam Yaple 2017-05-18 15:22:32 +00:00
parent 2117188703
commit 57cff59a3b
3 changed files with 6 additions and 0 deletions

2
centos/testvars Normal file
View File

@ -0,0 +1,2 @@
export PROJECT=neutron
export DISTRO=centos

2
debian/testvars vendored Normal file
View File

@ -0,0 +1,2 @@
export PROJECT=neutron
export DISTRO=debian

2
ubuntu/testvars Normal file
View File

@ -0,0 +1,2 @@
export PROJECT=neutron
export DISTRO=ubuntu