Displaying 6 results from an estimated 6 matches for "networktest".
Did you mean:
network_test
2009 Feb 13
3
early shutdown of VMware VMs
I'm new to NUT, but didn't find a clear answer to this either in the
recent "ordered shutdown" thread or in Google:
How to shut down VMWare guest virtual machines earlier than the host
machine they run on? (For example, if everything normally shuts down at
5% UPS battery, then the VMs should shut down at 10%.)
I also read upssched.txt but I can't tell from the early
2005 Jan 31
4
line assignment on TDM400P
Greetings. We are running * on RH9 using a Digium TDM400P four-port FXO
card. We use only two ports on the card (ports 0 and 2 in this case). A
consultant set this up for us, and it mostly works OK.
However, outbound calls use our secondary number rather than our primary
number first. This undesirable because of Caller ID; we'd like the primary
number to appear instead.
Yes, I can
2009 Nov 03
0
[PATCH server] suggest ip address for nics/bondings on edit host/vm network forms
...(2...255).each { |i|
+ assert range.include?("1.2.3." + i.to_s)
+ }
+ end
end
diff --git a/src/test/unit/network_test.rb b/src/test/unit/network_test.rb
index 73ea7eb..e9aa0d6 100644
--- a/src/test/unit/network_test.rb
+++ b/src/test/unit/network_test.rb
@@ -66,4 +66,23 @@ class NetworkTest < ActiveSupport::TestCase
vl.bondings.push Bonding.new
flunk "Vlan with bondings should not be destroyable" if vl.is_destroyable?
end
+
+ def test_gen_physical_net_address
+ net = networks :static_physical_network_one
+ addr = net.gen_address
+
+ assert net.ip_addr...
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
...am; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA. A copy of the GNU General Public License is
+# also available at http://www.gnu.org/copyleft/gpl.html.
+
+require File.dirname(__FILE__) + '/../test_helper'
class NetworkTest < ActiveSupport::TestCase
- # Replace this with your real tests.
- def test_truth
- assert true
+ fixtures :networks
+ fixtures :vms
+ fixtures :hosts
+ fixtures :nics
+ fixtures :boot_types
+
+ def setup
+ end
+
+ def test_vlan_invalid_without_number
+ vl = Vlan.new({:name =>...
2011 Sep 10
1
sieve and pattern matching
Dovecot 1.2.17
What is the sieve syntax for matching text somewhere in a subject line,
but not at the beginning of the line?
Background: Multiple machines each send a message with the subject of
"<hostname> operations run" to a mail server. The <hostname> value is
different for each sender.
This sieve filter does not match any message:
require
2005 Aug 22
0
cisco 7960 disconnect problem
AAH 1.3 with Cisco 7960 phones/ SIP 7.5 software mostly works great,
but there is a problem with one of the phones I use most: It disconnects
calls if I dial on speakerphone and then pick up the handset after the
other side answers.
Thanks in advance for any clues on this. And apologies if this isn't the
right forum but I don't know of a Cisco 7960 list.
dn