mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #863: Get unit tests for VNET drivers run again. (Still needs fix)
This commit is contained in:
parent
a4e880d932
commit
bae7cc9b9c
@ -1,7 +1,11 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
$: << File.dirname(__FILE__) + '/..' \
|
||||
<< './'
|
||||
$: << File.dirname(__FILE__) + '/..'
|
||||
$: << File.dirname(__FILE__) + '/../ebtables'
|
||||
$: << File.dirname(__FILE__) + '/../802.1Q'
|
||||
$: << File.dirname(__FILE__) + '/../ovswitch'
|
||||
$: << File.dirname(__FILE__) + '/../../../mad/ruby'
|
||||
$: << './'
|
||||
|
||||
require 'rubygems'
|
||||
require 'rspec'
|
||||
|
Loading…
x
Reference in New Issue
Block a user