• Bug#1102953: python-saharaclient: FTBFS in testing: failing tests (4/6)

    From Lucas Nussbaum@21:1/5 to All on Sun Apr 13 14:40:01 2025
    [continued from previous message]

    'Name',
    'Is protected',
    'Description',
    'Is public',
    'Neutron management network',
    'Plugin name')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v2.test_clusters.TestShowCluster.test_cluster_show
    saharaclient.tests.unit.osc.v2.test_clusters.TestShowCluster.test_cluster_show
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v2/test_clusters.py", line 296, in test_cluster_show
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Anti affinity',
    'Cluster template id',
    'Description',
    'Id',
    'Image',
    'Is protected',
    'Is public',
    'Name',
    'Neutron management network',
    'Node groups',
    'Plugin name',
    'Plugin version',
    'Status',
    'Use autoconfig',
    'User keypair id')
    actual = ('Cluster template id',
    'Use autoconfig',
    'User keypair id',
    'Status',
    'Image',
    'Node groups',
    'Id',
    'Anti affinity',
    'Plugin version',
    'Name',
    'Is protected',
    'Description',
    'Is public',
    'Neutron management network',
    'Plugin name')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v2.test_clusters.TestShowCluster.test_cluster_show_verification
    saharaclient.tests.unit.osc.v2.test_clusters.TestShowCluster.test_cluster_show_verification
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v2/test_clusters.py", line 324, in test_cluster_show_verification
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Anti affinity',
    'Cluster template id',
    'Description',
    'Health check (some check)',
    'Id',
    'Image',
    'Is protected',
    'Is public',
    'Name',
    'Neutron management network',
    'Node groups',
    'Plugin name',
    'Plugin version',
    'Status',
    'Use autoconfig',
    'User keypair id',
    'Verification status')
    actual = ('Verification status',
    'Health check (some check)',
    'Cluster template id',
    'Use autoconfig',
    'User keypair id',
    'Status',
    'Image',
    'Node groups',
    'Id',
    'Anti affinity',
    'Plugin version',
    'Name',
    'Is protected',
    'Description',
    'Is public',
    'Neutron management network',
    'Plugin name')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v2.test_job_templates.TestUpdateJobTemplate.test_job_template_update_all_options
    saharaclient.tests.unit.osc.v2.test_job_templates.TestUpdateJobTemplate.test_job_template_update_all_options
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v2/test_job_templates.py", line 273, in test_job_template_update_all_options
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Description',
    'Id',
    'Is protected',
    'Is public',
    'Libs',
    'Mains',
    'Name',
    'Type')
    actual = ('Name',
    'Id',
    'Type',
    'Mains',
    'Libs',
    'Description',
    'Is public',
    'Is protected')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v2.test_jobs.TestShowJob.test_job_show saharaclient.tests.unit.osc.v2.test_jobs.TestShowJob.test_job_show ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v2/test_jobs.py", line 266, in test_job_show
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Cluster id',
    'End time',
    'Engine job id',
    'Id',
    'Input id',
    'Is protected',
    'Is public',
    'Job template id',
    'Output id',
    'Start time',
    'Status')
    actual = ('Id',
    'Job template id',
    'Cluster id',
    'Input id',
    'Output id',
    'Start time',
    'End time',
    'Status',
    'Is public',
    'Is protected',
    'Engine job id')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v2.test_node_group_templates.TestCreateNodeGroupTemplate.test_ngt_create_all_options
    saharaclient.tests.unit.osc.v2.test_node_group_templates.TestCreateNodeGroupTemplate.test_ngt_create_all_options
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v2/test_node_group_templates.py", line 175, in test_ngt_create_all_options
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Auto security group',
    'Availability zone',
    'Boot from volume',
    'Description',
    'Flavor id',
    'Floating ip pool',
    'Id',
    'Is default',
    'Is protected',
    'Is proxy gateway',
    'Is public',
    'Name',
    'Node processes',
    'Plugin name',
    'Plugin version',
    'Security groups',
    'Use autoconfig',
    'Volume local to instance',
    'Volume mount prefix',
    'Volume type',
    'Volumes availability zone',
    'Volumes per node',
    'Volumes size')
    actual = ('Id',
    'Name',
    'Plugin name',
    'Plugin version',
    'Node processes',
    'Description',
    'Auto security group',
    'Security groups',
    'Availability zone',
    'Flavor id',
    'Floating ip pool',
    'Volumes per node',
    'Volumes size',
    'Volume type',
    'Volume local to instance',
    'Volume mount prefix',
    'Volumes availability zone',
    'Use autoconfig',
    'Is proxy gateway',
    'Is default',
    'Is protected',
    'Is public',
    'Boot from volume')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v2.test_node_group_templates.TestShowNodeGroupTemplate.test_ngt_show
    saharaclient.tests.unit.osc.v2.test_node_group_templates.TestShowNodeGroupTemplate.test_ngt_show
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v2/test_node_group_templates.py", line 277, in test_ngt_show
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Auto security group',
    'Availability zone',
    'Boot from volume',
    'Description',
    'Flavor id',
    'Floating ip pool',
    'Id',
    'Is default',
    'Is protected',
    'Is proxy gateway',
    'Is public',
    'Name',
    'Node processes',
    'Plugin name',
    'Plugin version',
    'Security groups',
    'Use autoconfig',
    'Volume local to instance',
    'Volume mount prefix',
    'Volume type',
    'Volumes availability zone',
    'Volumes per node',
    'Volumes size')
    actual = ('Id',
    'Name',
    'Plugin name',
    'Plugin version',
    'Node processes',
    'Description',
    'Auto security group',
    'Security groups',
    'Availability zone',
    'Flavor id',
    'Floating ip pool',
    'Volumes per node',
    'Volumes size',
    'Volume type',
    'Volume local to instance',
    'Volume mount prefix',
    'Volumes availability zone',
    'Use autoconfig',
    'Is proxy gateway',
    'Is default',
    'Is protected',
    'Is public',
    'Boot from volume')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_job_binaries.TestCreateJobBinary.test_job_binary_create_swift_public_protected
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestCreateJobBinary.test_job_binary_create_swift_public_protected
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_job_binaries.py", line 78, in test_job_binary_create_swift_public_protected
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Description', 'Id', 'Is protected', 'Is public', 'Name', 'Url') actual = ('Name', 'Id', 'Url', 'Description', 'Is public', 'Is protected')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_sources_update_all_options
    saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_sources_update_all_options
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_data_sources.py", line 299, in test_data_sources_update_all_options
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Description', 'Id', 'Is protected', 'Is public', 'Name', 'Type', 'Url')
    actual = ('Name', 'Id', 'Type', 'Url', 'Description', 'Is public', 'Is protected')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_job_binaries.TestUpdateJobBinary.test_job_binary_update_all_options
    saharaclient.tests.unit.osc.v1.test_job_binaries.TestUpdateJobBinary.test_job_binary_update_all_options
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_job_binaries.py", line 258, in test_job_binary_update_all_options
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Description', 'Id', 'Is protected', 'Is public', 'Name', 'Url') actual = ('Name', 'Id', 'Url', 'Description', 'Is public', 'Is protected')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_clusters.TestCreateCluster.test_cluster_create_all_options
    saharaclient.tests.unit.osc.v1.test_clusters.TestCreateCluster.test_cluster_create_all_options
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_clusters.py", line 163, in test_cluster_create_all_options
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Anti affinity',
    'Cluster template id',
    'Description',
    'Id',
    'Image',
    'Is protected',
    'Is public',
    'Name',
    'Neutron management network',
    'Node groups',
    'Plugin name',
    'Plugin version',
    'Status',
    'Use autoconfig',
    'User keypair id')
    actual = ('Cluster template id',
    'Use autoconfig',
    'User keypair id',
    'Status',
    'Image',
    'Node groups',
    'Id',
    'Anti affinity',
    'Plugin version',
    'Name',
    'Is protected',
    'Description',
    'Is public',
    'Neutron management network',
    'Plugin name')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_sources_update_required_options
    saharaclient.tests.unit.osc.v1.test_data_sources.TestUpdateDataSource.test_data_sources_update_required_options
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_data_sources.py", line 265, in test_data_sources_update_required_options
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Description', 'Id', 'Is protected', 'Is public', 'Name', 'Type', 'Url')
    actual = ('Name', 'Id', 'Type', 'Url', 'Description', 'Is public', 'Is protected')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_cluster_templates.TestCreateClusterTemplate.test_ct_create_all_options
    saharaclient.tests.unit.osc.v1.test_cluster_templates.TestCreateClusterTemplate.test_ct_create_all_options
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_cluster_templates.py", line 123, in test_ct_create_all_options
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Anti affinity',
    'Description',
    'Domain name',
    'Id',
    'Is default',
    'Is protected',
    'Is public',
    'Name',
    'Node groups',
    'Plugin name',
    'Plugin version',
    'Use autoconfig')
    actual = ('Id',
    'Name',
    'Plugin name',
    'Plugin version',
    'Description',
    'Node groups',
    'Anti affinity',
    'Use autoconfig',
    'Is default',
    'Is protected',
    'Is public',
    'Domain name')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_node_group_templates.TestShowNodeGroupTemplate.test_ngt_show
    saharaclient.tests.unit.osc.v1.test_node_group_templates.TestShowNodeGroupTemplate.test_ngt_show
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_node_group_templates.py", line 262, in test_ngt_show
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Auto security group',
    'Availability zone',
    'Description',
    'Flavor id',
    'Floating ip pool',
    'Id',
    'Is default',
    'Is protected',
    'Is proxy gateway',
    'Is public',
    'Name',
    'Node processes',
    'Plugin name',
    'Plugin version',
    'Security groups',
    'Use autoconfig',
    'Volume local to instance',
    'Volume mount prefix',
    'Volume type',
    'Volumes availability zone',
    'Volumes per node',
    'Volumes size')
    actual = ('Id',
    'Name',
    'Plugin name',
    'Plugin version',
    'Node processes',
    'Description',
    'Auto security group',
    'Security groups',
    'Availability zone',
    'Flavor id',
    'Floating ip pool',
    'Volumes per node',
    'Volumes size',
    'Volume type',
    'Volume local to instance',
    'Volume mount prefix',
    'Volumes availability zone',
    'Use autoconfig',
    'Is proxy gateway',
    'Is default',
    'Is protected',
    'Is public')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_clusters.TestScaleCluster.test_cluster_scale_resize
    saharaclient.tests.unit.osc.v1.test_clusters.TestScaleCluster.test_cluster_scale_resize
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_clusters.py", line 477, in test_cluster_scale_resize
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Anti affinity',
    'Cluster template id',
    'Description',
    'Id',
    'Image',
    'Is protected',
    'Is public',
    'Name',
    'Neutron management network',
    'Node groups',
    'Plugin name',
    'Plugin version',
    'Status',
    'Use autoconfig',
    'User keypair id')
    actual = ('Cluster template id',
    'Use autoconfig',
    'User keypair id',
    'Status',
    'Image',
    'Node groups',
    'Id',
    'Anti affinity',
    'Plugin version',
    'Name',
    'Is protected',
    'Description',
    'Is public',
    'Neutron management network',
    'Plugin name')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v2.test_images.TestShowImage.test_image_show
    saharaclient.tests.unit.osc.v2.test_images.TestShowImage.test_image_show ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v2/test_images.py", line 165, in test_image_show
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Description', 'Id', 'Name', 'Status', 'Tags', 'Username') actual = ('Name', 'Id', 'Username', 'Tags', 'Status', 'Description')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_clusters.TestShowCluster.test_cluster_show
    saharaclient.tests.unit.osc.v1.test_clusters.TestShowCluster.test_cluster_show
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_clusters.py", line 295, in test_cluster_show
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Anti affinity',
    'Cluster template id',
    'Description',
    'Id',
    'Image',
    'Is protected',
    'Is public',
    'Name',
    'Neutron management network',
    'Node groups',
    'Plugin name',
    'Plugin version',
    'Status',
    'Use autoconfig',
    'User keypair id')
    actual = ('Cluster template id',
    'Use autoconfig',
    'User keypair id',
    'Status',
    'Image',
    'Node groups',
    'Id',
    'Anti affinity',
    'Plugin version',
    'Name',
    'Is protected',
    'Description',
    'Is public',
    'Neutron management network',
    'Plugin name')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_clusters.TestShowCluster.test_cluster_show_verification
    saharaclient.tests.unit.osc.v1.test_clusters.TestShowCluster.test_cluster_show_verification
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_clusters.py", line 323, in test_cluster_show_verification
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Anti affinity',
    'Cluster template id',
    'Description',
    'Health check (some check)',
    'Id',
    'Image',
    'Is protected',
    'Is public',
    'Name',
    'Neutron management network',
    'Node groups',
    'Plugin name',
    'Plugin version',
    'Status',
    'Use autoconfig',
    'User keypair id',
    'Verification status')
    actual = ('Verification status',
    'Health check (some check)',
    'Cluster template id',
    'Use autoconfig',
    'User keypair id',
    'Status',
    'Image',
    'Node groups',
    'Id',
    'Anti affinity',
    'Plugin version',
    'Name',
    'Is protected',
    'Description',
    'Is public',
    'Neutron management network',
    'Plugin name')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_job_templates.TestShowJobTemplate.test_job_template_show
    saharaclient.tests.unit.osc.v1.test_job_templates.TestShowJobTemplate.test_job_template_show
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_job_templates.py", line 194, in test_job_template_show
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Description',
    'Id',
    'Is protected',
    'Is public',
    'Libs',
    'Mains',
    'Name',
    'Type')
    actual = ('Name',
    'Id',
    'Type',
    'Mains',
    'Libs',
    'Description',
    'Is public',
    'Is protected')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_node_group_templates.TestCreateNodeGroupTemplate.test_ngt_create_all_options
    saharaclient.tests.unit.osc.v1.test_node_group_templates.TestCreateNodeGroupTemplate.test_ngt_create_all_options
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_node_group_templates.py", line 160, in test_ngt_create_all_options
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Auto security group',
    'Availability zone',
    'Description',
    'Flavor id',
    'Floating ip pool',
    'Id',
    'Is default',
    'Is protected',
    'Is proxy gateway',
    'Is public',
    'Name',
    'Node processes',
    'Plugin name',
    'Plugin version',
    'Security groups',
    'Use autoconfig',
    'Volume local to instance',
    'Volume mount prefix',
    'Volume type',
    'Volumes availability zone',
    'Volumes per node',
    'Volumes size')
    actual = ('Id',
    'Name',
    'Plugin name',
    'Plugin version',
    'Node processes',
    'Description',
    'Auto security group',
    'Security groups',
    'Availability zone',
    'Flavor id',
    'Floating ip pool',
    'Volumes per node',
    'Volumes size',
    'Volume type',
    'Volume local to instance',
    'Volume mount prefix',
    'Volumes availability zone',
    'Use autoconfig',
    'Is proxy gateway',
    'Is default',
    'Is protected',
    'Is public')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v2.test_jobs.TestUpdateJob.test_job_update_public_protected
    saharaclient.tests.unit.osc.v2.test_jobs.TestUpdateJob.test_job_update_public_protected
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v2/test_jobs.py", line 342, in test_job_update_public_protected
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error
    testtools.matchers._impl.MismatchError: !=:
    reference = ('Cluster id',
    'End time',
    'Engine job id',
    'Id',
    'Input id',
    'Is protected',
    'Is public',
    'Job template id',
    'Output id',
    'Start time',
    'Status')
    actual = ('Id',
    'Job template id',
    'Cluster id',
    'Input id',
    'Output id',
    'Start time',
    'End time',
    'Status',
    'Is public',
    'Is protected',
    'Engine job id')


    ======================================================================
    FAIL: saharaclient.tests.unit.osc.v1.test_job_templates.TestUpdateJobTemplate.test_job_template_update_all_options
    saharaclient.tests.unit.osc.v1.test_job_templates.TestUpdateJobTemplate.test_job_template_update_all_options
    ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last):
    File "/build/reproducible-path/python-saharaclient-4.2.0/saharaclient/tests/unit/osc/v1/test_job_templates.py", line 271, in test_job_template_update_all_options
    self.assertEqual(expected_columns, columns)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 419, in assertEqual
    self.assertThat(observed, matcher, message)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 509, in assertThat
    raise mismatch_error

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)