Commit Graph

93 Commits

Author SHA1 Message Date
mklyus 5ac228a575 Bootable volume support (bump)
Change-Id: I2989587204766dc1dfc51979608a691578d1f660
2020-12-02 10:57:24 +00:00
Yichen Wang 34a82c9f35 Support both IPv4 and IPv6 DNS servers when creating networks
Change-Id: I3214703956d98860bd791d1ee4cfb96e08de3408
2019-12-12 10:49:52 -08:00
Zuul 822e7c5fe4 Merge "Add retries for deleting VMs" 2019-09-05 12:28:46 +00:00
Yichen Wang 1d6c4a23a2 Add retries for deleting VMs
Change-Id: I5f4d2b5577b3ff252ec69603c4d77656d21022c5
2019-09-04 21:12:24 -07:00
Cédric Ollivier dc79be8a3b Update all modules to py3
It's mostly done via 2to3 and completed by manual updates fixing
TypeErrors and former false print calls.

It has been double checked via Functest which cannot cover all logics.

Change-Id: If272524f147735a942a84ce1d2bec4e3423817c2
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
2019-05-22 21:13:05 +02:00
Cédric Ollivier a8269684ff Fix YAMLLoadWarning
Calling yaml.load() without Loader=... is deprecated

Change-Id: Iaff10677a452937c312a9249e229f49929544faa
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
2019-05-20 20:41:44 +02:00
Cédric Ollivier c54ab8f629 Fix vmtp/cfg.default.yaml
It fixes all errors/warnings detected by yamllint.
It adds a new entry in tox.ini to verify all changes.

Change-Id: I6aee76f9395f0f3d8b3e071e429a0d3d3ed03f18
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
2019-05-20 20:40:58 +02:00
Yichen Wang 6c73441fca Add iperf-2.0.12
Change-Id: Id87ed271c693295b0bfd28149beae39d0336eb6e
2019-03-15 12:15:07 -07:00
Yichen Wang 8adfa15dbf Remove paramiko.transport logging
Change-Id: I0979aaf4ba5205550a11fba93421a96fc5025d08
2019-03-12 14:47:43 -07:00
Yichen Wang 326f466feb Enable paramiko.transport logging
Change-Id: If7ab7a00197231c24157e2f2eb5062af7571b0a6
2019-01-31 22:54:25 -08:00
Yichen Wang 75a4fddd92 Declare return_code in main function
Change-Id: Iaa2e465ee58b187ee1200d38e5f39670833c3ff8
2019-01-25 14:42:03 -08:00
Yichen Wang aab20f7b12 VMTP returns 0 even with failed runs
Change-Id: Iaa53aba08ce3adfdc0d998ad2ba76d2ad94e4bff
2019-01-24 14:54:33 -08:00
Yichen Wang 8fe5f35c76 Increase UDP test cases retry count to 3
Change-Id: I60ee8b1e09d88ab2ef042f0fef43fce38349a532
2019-01-07 14:11:34 -08:00
Yichen Wang ccc96c540a Retry UDP testcases for a 2nd time if needed
Change-Id: Iccf4276f417ff568205df2d822b246043e3537f6
2018-12-29 00:45:28 -08:00
Yichen Wang 16e2b078a9 Reduce SSH timeout when connecting to VM
Change-Id: If65f8a8d71abb238b6a9b7fefdcb63ad74cec33f
2018-12-28 23:43:53 -08:00
Sharmin Choksey 50c49495d8 [ipv4_sriov] Support for IPv4 with SRIOV
Enables support for IPv4 with SRIOV on RHEL guest images

Change-Id: I9b1ec46cc25d81e64c329903956a3794337652da
2018-12-28 23:22:28 -08:00
Sharmin Choksey e4eb2ebb56 [ipv6] Fixes to support ipv6-only network
Change-Id: I36accde4b3a3efd596e163451291a55a44f6814d
2018-12-07 18:08:42 -08:00
Cédric Ollivier 99b261cccc Reuse the router passed as config if available
It allows forcing the router and the external network because
the current process can easily detect a wrong external network
or router.

It detects if the router name set in config already exits. If yes,
it will be selected and the external network will be its gateway.
If the router is not connected to an external network, the process
will be unchanged. Then a new router will be created (same name).

It doesn't change the purpose of reuse_network_name (provider
networks).

Change-Id: I50069118fa7020900bea3dd579db18d087d3e47f
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
2018-08-03 20:22:34 +02:00
Cédric Ollivier 9c016e3f96 Levage on Neutron Floating IP support
Floating IP support was removed from Nova client.
Else Vmtp cannot work vs OpenStack Queens.

Closes-Bug: #1776082
Change-Id: I34d810aac537663fd638cd0a5dc950b7dafab92f
Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
2018-07-09 09:10:10 +02:00
Zuul 3a3d8c8a65 Merge "Add IPv6 support when iperf is used" 2018-04-04 02:46:23 +00:00
Yichen Wang 3637cd3675 Add IPv6 support when iperf is used
Change-Id: I95d1d105f8eb46ed5ba4a6b01ef51545b0198788
2018-04-03 16:36:48 -07:00
Sharmin Choksey 3eccdf2433 [IPv6] Minor bug fixes to support IPv6
Change-Id: I6548e44897a04f92b9008e56ed828bdb0d74f502
2018-04-02 22:23:27 -07:00
Yichen Wang 5c2a5187c2 Enhancements and bugfixes for VMTP
1. VMTP should not pick up disabled hypervisors;
2. Check image upload return code before moving forward;

Change-Id: I37513bfff60de8dcdcd1edc3347c890e4659c172
2018-03-12 18:58:04 -07:00
Yichen Wang 8b7bd9e7d0 VMTP test case should fail if sub-testcases failed
Change-Id: Ia6db2beca6e9eab840fcb3617632a64410343729
2018-01-18 16:22:59 -08:00
Kerim Gokarslan b1c6d9d210 Send runlogdate as date
Change-Id: Ie02ee74289095aed7132b65bad634a01504067ab
2017-09-14 15:58:00 -07:00
Kerim Gokarslan a429e9c0fb Added try loop for floating ip association and deletion, and port deletion
Change-Id: I94eb3c934a97f951893444c83f8a8dd55e9b8d29
2017-09-07 16:09:33 -07:00
Kerim Gokarslan 0765cc21d3 Fixed security group access
Change-Id: I97244e5d35e42f9419ffc4e7d447746c3c7a98e5
2017-09-07 10:52:56 -07:00
Yichen Wang 63b1c8f1ce Add -a to nuttcp run to increase reliability
Change-Id: I093705ee677d6816d8df73f7aab6cd331ba85d86
2017-09-07 00:30:02 -07:00
mortenhillbom 03a4e4c284 FILELOG logs to fluentd as well to avoid missing rows
Change-Id: I64ad6627fa49eab2dac92b13490745a2cd4a96be
2017-09-06 15:52:59 -07:00
Kerim Gokarslan 6e3f86db3a Added microsecond precision to fluentd records
Change-Id: I46cbb357ca63b5cadf4e280f3e02ddc5384d3a37
2017-09-06 10:10:49 -07:00
Kerim Gokarslan 9bd762708c Fixed regex in nuttcp script
Change-Id: Ib601da887f2eebf9c40c71b00fcbfba72b14baa6
2017-09-01 16:30:39 -07:00
Kerim Gokarslan 147a2cdec5 Return an exception when nuttcp fails
Change-Id: I7fc9128055b6c75fbe262629710181301c225da5
2017-09-01 15:08:10 -07:00
Kerim Gokarslan 18a0f788c2 Added start record to fluentd and passing host ip to initializer
Change-Id: I048a6ad981e7a69c461ccd7e9199a0abbf09b82c
2017-08-31 11:35:34 -07:00
Kerim Gokarslan 3168f4f696 Added sending run status including number of errors and warnings
Change-Id: I5085e17dcef431d6c22c156c95a3e161b428735d
2017-08-30 16:05:15 -07:00
Yichen Wang 78b0574dbc Add retries for security group delete
Change-Id: I8123a9475831424c34a47530c793b2a7bee553f0
2017-08-23 15:00:22 -07:00
Kerim Gokarslan 4dec062df8 Added fluentd support
Change-Id: Ie5ce47d28ede62092b53d8c448abae66c9e4d995
2017-08-23 14:01:08 -07:00
Yichen Wang f2449844b3 Update nuttcp and iperf to latest
Change-Id: I9e06e759f7ccd82b682b69aa0b631fdb607f324d
2017-08-19 17:27:27 -07:00
Jenkins dd33f6a1df Merge "Updated to use keystoneauth1" 2017-08-19 07:03:33 +00:00
mortenhillbom 0ddd72eb00 Updated to use keystoneauth1
Change-Id: I098278b7b0fb42b72ac565cdb911ec3693996e1c
2017-08-18 16:32:37 -07:00
Jenkins a1c940ad0d Merge "[Trivialfix]Fix typos in vmtp" 2017-08-18 22:47:35 +00:00
Kerim Gokarslan e5977e6f1e Fixed nova api to neutron for security groups and nova api to glance for image uploading
Change-Id: Ia868d517b8295eba4afa2f12d88ccb4e0e1c249d
2017-08-18 15:14:03 -07:00
shangxiaobj 271d934bc9 [Trivialfix]Fix typos in vmtp
Fix the typos found in vmtp.

Change-Id: I3cc92076c9c3276723395c98dcabcc20049db1e6
2017-08-17 18:47:52 -07:00
Yichen Wang e88b7f77c8 Fix return error code when something goes wrong
Change-Id: I6a401ddcf33cf4a337d849616a082232175c0a46
2017-08-04 00:52:12 -07:00
Yichen Wang a9eb373e9f Return error code when something goes wrong
Change-Id: Idb9bc292833886014b096fee0e8f281a7eb31976
2017-08-03 11:16:07 -07:00
Yichen Wang fbf71441df Return error code when test case failed
Change-Id: I24442d37787bd7dd4dcc780f42a44d216c149d6e
2017-07-17 17:26:07 -07:00
Yichen Wang b314547b97 Fix VMTP to support recent keystone v3 change
Change-Id: I8c793c1c6ed42f56f9b05daa7f84a654c13f55ff
2017-02-28 17:46:39 -08:00
Yichen Wang c37b276d46 VMTP should report FAILED when VM cannot be spawned
Change-Id: I0fabbeecf2526672e27b89a0dff05ea1cb508497
2016-12-24 20:20:17 -08:00
Yichen Wang 2f29f6ff39 Fix typo and small issue for keystone v3 support
Change-Id: Id393f57060446f5a6b89b08a54ececda083ec988
2016-12-12 21:51:07 +00:00
Jenkins db87a20c25 Merge "Update vmtp doc" 2016-12-12 21:50:30 +00:00
Stefano Chiesa 70985819cd Update vmtp doc
Change-Id: If82ad844438b9c6fff1dbfdd979e00e3d1ad187f
2016-12-12 13:34:57 -08:00