History log of /external/autotest/client/deps/libnet/libnet.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6f27d4f22a1ba5063968b8c322fa0845f3279ade 29-Sep-2010 Eric Li <ericli@chromium.org> Merge remote branch 'cros/upstream' into tempbranch3

Merge to trunk@4817

BUG=
TEST=

Review URL: http://codereview.chromium.org/3554003

Change-Id: I83376bc7d28104ec2678e157eadbe7df7c05c0e0
/external/autotest/client/deps/libnet/libnet.py
517d95a1ef4edb04da427763f86068a447d45ec7 29-Sep-2010 Benson Leung <bleung@chromium.org> Revert "Merge remote branch 'cros/upstream' into tempbranch2"

This reverts commit 25fc6d1f28e54c46689f12d3b93c2540ef45323a.

TBR=ericli@chromium.org

Review URL: http://codereview.chromium.org/3541002

Change-Id: Ib0165b19bfdf02264f8a6a74ddf3ae74c8c0f7df
/external/autotest/client/deps/libnet/libnet.py
25fc6d1f28e54c46689f12d3b93c2540ef45323a 29-Sep-2010 Eric Li <ericli@chromium.org> Merge remote branch 'cros/upstream' into tempbranch2

Merged to trunk@4816.

BUG=
TEST=we will build a new autotest server instance, and keep cautotest running and then later do a cname switch.

Review URL: http://codereview.chromium.org/3511003

Change-Id: Iee5f52f45f28f84927d6c6f9a74edc370d40288a
/external/autotest/client/deps/libnet/libnet.py
53da18eddf69243ca175d9a4603cba5b55300726 05-Jan-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Rename autotest_utils to utils

Fixes longstanding hangover ugliness from the original change away
from doing "from autotest_utils import *".

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2595 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/libnet/libnet.py
f48cc23b969a5c3f7e9027abd98210d24e3d5b35 12-Jun-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Hopefully the last massive cleanup. I removed all the old usage of "from common import" since this conflicts with our
new absolute import mechanism (which incidentally breaks our automated unittest runner).

We are moving away from the use of common as a short cut for autotest_lib.client.common_lib. Most of the last usages of the shortcut were in a handful of tests, and in some of the standalone tools which only used the common shortcut as a mechanism to acquire the check_version method. Since these are all entry points, then they should call "import common" (which does the check_version). Here common refers to the common.py modules that are in every directory containing entry point code and which do the magic of creating the autotest_lib module.

Signed-off-by: Travis Miller <raphtee@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1683 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/libnet/libnet.py
0afbb6369aa5aa9a75ea67dd9e95ec4b21c0c181 06-Jun-2008 jadmanski <jadmanski@592f7852-d20e-0410-864c-8624ca9c26a4> Convert all python code to use four-space indents instead of eight-space tabs.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1658 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/libnet/libnet.py
0e6192aa2853fb4dd98cbad705471b3fb135e70e 03-Jun-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Risk: High
Visibility: Any test run using client/bin/autotest would not go ahead.

Fix up the the core files to explicitly import common_lib/utils and bin/autotest_utils instead of using 'import *'. Prevents the showstopper where tests were not being run through client/bin/autotest

Signed-off-by: Ashwin Ganti <aganti@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1592 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/libnet/libnet.py
56f719b242ac5524fd85fb0bf8b4418092c2c99a 07-Feb-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> fix check_python_version imports for all deps

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1219 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/libnet/libnet.py
b4cc4affea6b071591f6961bf8b8bb7c8bf28813 30-Mar-2007 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> make libnet.py executable

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@517 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/libnet/libnet.py
4da10a180023a4d5227fc40a13eb552850a23dbf 30-Mar-2007 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> This patch adds libnet to deps/ dir.

From: michal.k.k.piotrowski@gmail.com

I noticed that isic doesn't work out of box on Fedora 6
(on other systems without libnet-devel package too).



git-svn-id: http://test.kernel.org/svn/autotest/trunk@516 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/deps/libnet/libnet.py