Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
555ce8e
update for stable/kilo branches
sdague Apr 20, 2015
fb99bd2
Workaround potential failure to shutdown services
kk7ds Apr 23, 2015
752cea1
Import xattr with sudo early on
greghaynes May 5, 2015
ce5325d
Revert "Workaround potential failure to shutdown services"
sdague May 7, 2015
e121f96
Preload updated cirros image
Apr 23, 2015
ea5c8c5
Don't install tempest on stable kilo
mtreinish May 7, 2015
3f97104
create a more generic work around for cffi & wheels
sdague May 6, 2015
60e3712
Move install_infra before execute build_wheels.sh
ukinau May 8, 2015
4ff4b8f
Merge "Don't install tempest on stable kilo" into stable/kilo
May 8, 2015
2dd3526
Merge "create a more generic work around for cffi & wheels" into stab…
May 8, 2015
7102541
Stop installing nose and pylint from distros
fungi May 8, 2015
e19b5cb
Merge "Move install_infra before execute build_wheels.sh" into stable…
May 8, 2015
5da32f7
Merge "Preload updated cirros image" into stable/kilo
May 8, 2015
6e28894
Merge "Stop installing nose and pylint from distros" into stable/kilo
May 8, 2015
2d4ea36
Remove the lvm.conf filter during cleanup
kk7ds Apr 23, 2015
24cc002
Fix function and test for 'trueorfalse'.
Mahito May 11, 2015
76abc02
Merge "Remove the lvm.conf filter during cleanup" into stable/kilo
Jun 3, 2015
03a19bc
ceilometer: add tempest option to test events
chungg Mar 16, 2015
9f871cd
Actually install the requirements repo.
rbtcollins Jun 17, 2015
9752bd8
Define PUBLIC_BRIDGE in the main Neutron lib
sc68cal Jun 1, 2015
8b8704a
Neutron: Add a cleanup function for Linux Bridge
sc68cal Jun 8, 2015
86c7519
midonet: Provide has_neutron_plugin_security_group
yamt Jun 3, 2015
b6b1db0
Merge "Define PUBLIC_BRIDGE in the main Neutron lib" into stable/kilo
Jul 20, 2015
6de9d63
Merge "Neutron: Add a cleanup function for Linux Bridge" into stable/…
Jul 20, 2015
c3be131
make test_with_retry a function
sdague Jun 24, 2015
30c2aab
Fixes for Linux Bridge in the L3 agent
sc68cal Jun 17, 2015
45a87da
suse: Add missing dependency for Python-MySQL
dguitarbite Jul 21, 2015
f7bdbee
Merge "midonet: Provide has_neutron_plugin_security_group" into stabl…
Jul 23, 2015
9d113a2
Merge "Fixes for Linux Bridge in the L3 agent" into stable/kilo
Jul 24, 2015
15990c5
Hardcode the extension lists by default for tempest
mtreinish Jul 29, 2015
00c5b17
Stop relying on the tempest sample config file
mtreinish Jul 31, 2015
28247f3
Merge "ceilometer: add tempest option to test events" into stable/kilo
Jul 31, 2015
810dc17
Merge "Stop relying on the tempest sample config file" into stable/kilo
Aug 4, 2015
4935abb
Merge "Hardcode the extension lists by default for tempest" into stab…
Aug 4, 2015
6b8d828
Merge "suse: Add missing dependency for Python-MySQL" into stable/kilo
Aug 18, 2015
89e1521
Update default cirros version
Mar 23, 2015
b37ae29
local call masks errors in subshells
ianw Jul 1, 2015
58264ae
modify stackforge/swift3 to openstack/swift3
EinstCrazy Oct 19, 2015
efab2ef
Use kilo RDO repository
ianw Nov 4, 2015
733d85c
install ebtables locking workaround
sdague Nov 17, 2015
7e4adb1
create apt_get_update to try to work around broken mirrors
sdague Dec 2, 2015
4dd556f
Fix tunneling support for linuxbridge-agent
intellinfra-dev Aug 4, 2015
77e8351
Workaround for missing PBR requirement
mkoderer Jan 4, 2016
d427f49
Support for logging the nova-dhcpbridge command line
dims Jan 13, 2016
40d0fb9
Remove vme and ssse3 from gate64 cpu mapping
cboylan Jan 19, 2016
d6f6fe6
Cap installed pip to be < 8
mtreinish Jan 20, 2016
c318953
Merge "Remove vme and ssse3 from gate64 cpu mapping" into stable/kilo
Jan 21, 2016
979a22e
Merge "Support for logging the nova-dhcpbridge command line" into sta…
Jan 21, 2016
bc42a02
don't source openrc
sdague Apr 28, 2015
0af3436
lib/tempest: Object-storage: fix default enabled middleware
Jan 25, 2016
d74f37e
Add subunit output for total elapsed time
mtreinish Oct 13, 2015
836f9cb
Limit keystone extension tests for the existing
Jan 28, 2016
9cd3370
Merge "Limit keystone extension tests for the existing" into stable/kilo
Jan 29, 2016
4666c0c
Remove unnecessary group of Tempest config
Feb 2, 2016
e6a34e3
kilo: stack.sh error: grep: /opt/stack//requirements/global-requireme…
kobayashi Feb 1, 2016
ae108d4
Merge "kilo: stack.sh error: grep: /opt/stack//requirements/global-re…
Feb 3, 2016
c7656a1
Manually install testtools < 2.0.0
tbreeds Feb 5, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Don't install tempest on stable kilo
Because of branchless tempest when we run tempest in a devstack env on
a stable branch we have to ensure it is venv isolated. The
INSTALL_TEMPEST flag should default to false on stable branches
accordingly so we don't try to install tempest globally.

Change-Id: Ic5faf357ead936793063845113686b33d85413c0
  • Loading branch information
mtreinish committed May 7, 2015
commit ea5c8c57b654578779d5fbe836996ff913ad4d9e
2 changes: 1 addition & 1 deletion lib/tempest
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ BUILD_TIMEOUT=${BUILD_TIMEOUT:-196}
# This must be False on stable branches, as master tempest
# deps do not match stable branch deps. Set this to True to
# have tempest installed in DevStack by default.
INSTALL_TEMPEST=${INSTALL_TEMPEST:-"True"}
INSTALL_TEMPEST=${INSTALL_TEMPEST:-"False"}

BOTO_MATERIALS_PATH="$FILES/images/s3-materials/cirros-${CIRROS_VERSION}"
BOTO_CONF=/etc/boto.cfg
Expand Down