aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/network-basic
AgeCommit message (Collapse)Author
2018-12-18network-basic: download short file to save download timeNaresh Kamboju
Change-Id: I566e946d23673e19c7d402c153e51083decec7b6 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2018-06-05linux: fix network basic tests on CentOSChase Qi
* Unify 'route' output with '-n' argument. * On CentOS/Fedora, dhclient exits with non-zero when it is already running. pkill dhclient before the following dhclient test. * Save downloaded file to output directory. Change-Id: I0f828486e4820f69a66ad08c95befe364184f83f Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-11-20linux: network-basic: cover multiple subnetsChase Qi
On system uses multiple subnets, there is more then one gateway in route table. For example: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 192.168.11.1 0.0.0.0 UG 100 0 0 enp0s25 default 192.168.0.1 0.0.0.0 UG 600 0 0 wlp3s0 This patch: * Test the top default interface by default as it is the default interface for all traffics. * Obtain gateway by interface under test. Change-Id: I42328fcdf592ea2cb0ad35a43daa12833a60e415 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-11-16linux: network-basic: test the default interface by defaultChase Qi
* Enabled verbose shell output. * Test the default interface when interface not specified. Change-Id: I6ca76c250a7560756a88e279f889c0ed69b6b43d Signed-off-by: Chase Qi <chase.qi@linaro.org>
2017-02-18automated: use create_out_dir where appropriateDaniel Díaz
Change-Id: I10181a7d1ebc53491085d80d67f0cd8f9e43071d Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-11-22automated: Linux network basic: improvementsNaresh Kamboju
Network basic tests improved, - Install net-tools package - Get default gateway at run time - Removed variables from test_case_id - Rename 'test' to 'test_case' Change-Id: I27347cf2bd0627dbb7708742c507f27b78787ffe Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-11-04linux: network-basic: cope with shellcheckNaresh Kamboju
Change-Id: I2ff190b03a2fc457444dbfcf24296737daaca130 Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2016-10-18v2: linux: Adding network basic testsNaresh Kamboju
Change-Id: Id1644df676003230aaf3249ffa351d2edf3b030e Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>